add GPIO_PADS_PREFIX for padringer
diff --git a/sky130/openlane/config.tcl b/sky130/openlane/config.tcl index a93b6d6..aa6fb0b 100755 --- a/sky130/openlane/config.tcl +++ b/sky130/openlane/config.tcl
@@ -52,6 +52,8 @@ # sky130_fd_io.v is not parsable by yosys, so it cannot be included it here just yet... set ::env(GPIO_PADS_VERILOG) "$::env(PDK_ROOT)/$::env(PDK)/libs.ref/verilog/sky130_fd_io/sky130_ef_io.v" +set ::env(GPIO_PADS_PREFIX) "sky130_fd_io sky130_ef_io" + # Optimization library set ::env(TECH_LEF_OPT) "$::env(PDK_ROOT)/$::env(PDK)/libs.ref/$::env(STD_CELL_LIBRARY_OPT)/techlef/$::env(STD_CELL_LIBRARY_OPT)__nom.tlef" set ::env(CELLS_LEF_OPT) [glob "$::env(PDK_ROOT)/$::env(PDK)/libs.ref/$::env(STD_CELL_LIBRARY_OPT)/lef/*.lef"] @@ -171,4 +173,4 @@ set ::env(RT_MAX_LAYER) "met5" # CVC -set ::env(CVC_SCRIPTS_DIR) "$::env(PDK_ROOT)/$::env(PDK)/libs.tech/openlane/cvc" \ No newline at end of file +set ::env(CVC_SCRIPTS_DIR) "$::env(PDK_ROOT)/$::env(PDK)/libs.tech/openlane/cvc"