openlane: wb_pio: final build config This configuration builds a blackbox file that functions correctly. Signed-off-by: Sean Cross <sean@xobs.io>
diff --git a/openlane/wb_pio/config.json b/openlane/wb_pio/config.json index 6bf6017..4bf8a2f 100644 --- a/openlane/wb_pio/config.json +++ b/openlane/wb_pio/config.json
@@ -4,24 +4,22 @@ "VERILOG_FILES": ["dir::../../verilog/rtl/defines.v", "dir::../../verilog/rtl/wb_pio_top.v", "dir::../../verilog/rtl/fpga_pio/src/*.v"], "CLOCK_PERIOD": 10, "CLOCK_PORT": "wb_clk_i", - "CLOCK_NET": "pio1.clk", + "CLOCK_NET": "pio_1.clk", "FP_SIZING": "absolute", - "DIE_AREA": "0 0 2000 2900", + "DIE_AREA": "0 0 1300 1400", "FP_PIN_ORDER_CFG": "dir::pin_order.cfg", - "PL_BASIC_PLACEMENT": 0, - "PL_TARGET_DENSITY": 0.65, - "SYNTH_NO_FLAT": 0, "DIODE_INSERTION_STRATEGY": 4, "RUN_CVC": 0, "RUN_MAGIC": 1, "RUN_KLAYOUT": 0, "SYNTH_STRATEGY": "AREA 3", "SYNTH_AUTONAME": "1", + "ROUTING_CORES": 20, "pdk::sky130*": { "FP_CORE_UTIL": 35, "PL_TARGET_DENSITY": 0.30, - "VDD_NETS": ["vccd1"], - "GND_NETS": ["vssd1"], + "VDD_NETS": ["vccd1", "vccd2","vdda1","vdda2"], + "GND_NETS": ["vssd1", "vssd2","vssa1","vssa2"], "RT_MAX_LAYER": "met4", "scl::sky130_fd_sc_hd": { "CLOCK_PERIOD": 12 @@ -42,7 +40,7 @@ }, "pdk::gf180mcuC": { "STD_CELL_LIBRARY": "gf180mcu_fd_sc_mcu7t5v0", - "CLOCK_PERIOD": 150, + "CLOCK_PERIOD": 200, "FP_CORE_UTIL": 35, "PL_TARGET_DENSITY": 0.30, "RT_MAX_LAYER": "Metal4",