update config.json
diff --git a/openlane/user_project_wrapper/config.json b/openlane/user_project_wrapper/config.json
index fa584e8..b11ce49 100644
--- a/openlane/user_project_wrapper/config.json
+++ b/openlane/user_project_wrapper/config.json
@@ -1,17 +1,57 @@
{
"DESIGN_NAME": "user_project_wrapper",
- "VERILOG_FILES": ["dir::verilog/rtl/defines.v","dir::verilog/rtl/user_project_wrapper.v"],
+ "VERILOG_FILES": "/home/jeffdi/caravel-gf180mcu/verilog/rtl/defines.v /home/jeffdi/caravel_user_project_gf/verilog/rtl/user_project_wrapper.v",
"CLOCK_PERIOD": 10,
- "CLOCK_PORT": "wb_clk_i",
- "CLOCK_NET": "counter.clk",
+ "CLOCK_PORT": "user_clock2",
+ "CLOCK_NET": "mprj.clk",
+ "FP_PDN_MACRO_HOOKS": "mprj vccd1 vssd1 vccd1 vssd1",
+ "MACRO_PLACEMENT_CFG": "/home/jeffdi/caravel_user_project_gf/openlane/user_proj_example/macro.cfg",
+ "VERILOG_FILES_BLACKBOX": "/home/jeffdi/caravel-gf180mcu/verilog/rtl/defines.v /home/jeffdi/caravel_user_project_gf/verilog/rtl/user_project_wrapper.v",
+ "EXTRA_LEFS": "/home/jeffdi/caravel_user_project_gf/lef/user_proj_example.lef",
+ "EXTRA_GDS_FILES": "/home/jeffdi/caravel_user_project_gf/gds/user_proj_example.gds",
+ "FP_PDN_CHECK_NODES": 0,
+ "SYNTH_TOP_LEVEL": 1,
+ "PL_RANDOM_GLB_PLACEMENT": 1,
+ "PL_RESIZER_DESIGN_OPTIMIZATIONS": 0,
+ "PL_RESIZER_TIMING_OPTIMIZATIONS": 0,
+ "PL_RESIZER_BUFFER_INPUT_PORTS": 0,
+ "FP_PDN_ENABLE_RAILS": 0,
+ "DIODE_INSERTION_STRATEGY": 0,
+ "FILL_INSERTION": 0,
+ "TAP_DECAP_INSERTION": 0,
+ "FP_PDN_VPITCH": 180,
+ "FP_PDN_HPITCH": 180,
+ "CLOCK_TREE_SYNTH": 0,
+ "FP_PDN_VOFFSET": 5,
+ "FP_PDN_HOFFSET": 5,
+ "MAGIC_ZEROIZE_ORIGIN": 0,
"FP_SIZING": "absolute",
- "DIE_AREA": "0 0 900 600",
- "FP_PIN_ORDER_CFG": "pin_order.cfg",
- "PL_BASIC_PLACEMENT": 0,
- "PL_TARGET_DENSITY": 0.55,
- "RT_MAX_LAYER": "{met4}",
+ "DIE_AREA": "0 0 2920 3520",
+ "RUN_CVC": 0,
+ "UNIT": 2.4,
+ "FP_IO_VEXTEND": "expr::2*ref::$UNIT",
+ "FP_IO_HEXTEND": "expr::2*ref::$UNIT",
+ "FP_IO_VLENGTH": "ref::$UNIT",
+ "FP_IO_HLENGTH": "ref::$UNIT",
+ "FP_IO_VTHICKNESS_MULT": 4,
+ "FP_IO_HTHICKNESS_MULT": 4,
+ "FP_PDN_CORE_RING": 1,
+ "FP_PDN_CORE_RING_VWIDTH": 3.1,
+ "FP_PDN_CORE_RING_HWIDTH": 3.1,
+ "FP_PDN_CORE_RING_VOFFSET": 12.45,
+ "FP_PDN_CORE_RING_HOFFSET": 12.45,
+ "FP_PDN_CORE_RING_VSPACING": 12.45,
+ "FP_PDN_CORE_RING_HSPACING": 12.45,
+ "FP_PDN_VWIDTH": 3.1,
+ "FP_PDN_HWIDTH": 3.1,
+ "FP_PDN_VSPACING": "expr::5*ref::$FP_PDN_CORE_RING_VWIDTH",
+ "FP_PDN_HSPACING": "expr::5*ref::$FP_PDN_CORE_RING_HWIDTH",
+ "VDD_NETS": ["vccd1", "vccd2","vdda1","vdda2"],
+ "GND_NETS": ["vssd1", "vssd2","vssa1","vssa2"],
+ "SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS",
+ "FP_DEF_TEMPLATE": "/home/jeffdi/caravel_user_project_gf/openlane/user_project_wrapper/fixed_dont_change/user_project_wrapper.def",
"pdk::sky130*": {
- "FP_CORE_UTIL": 45,
+ "RT_MAX_LAYER": "met4",
"scl::sky130_fd_sc_hd": {
"CLOCK_PERIOD": 10
},
@@ -31,9 +71,6 @@
},
"pdk::gf180mcuC": {
"STD_CELL_LIBRARY": "gf180mcu_fd_sc_mcu7t5v0",
- "CLOCK_PERIOD": 24.0,
- "FP_CORE_UTIL": 40,
- "SYNTH_MAX_FANOUT": 4,
- "PL_TARGET_DENSITY": 0.45
+ "RT_MAX_LAYER": "Metal4"
}
}
\ No newline at end of file