Fixed getting LEF files instead of GDS files for macros.
diff --git a/openlane/user_project_wrapper/config.tcl b/openlane/user_project_wrapper/config.tcl index f7acfe6..be87102 100755 --- a/openlane/user_project_wrapper/config.tcl +++ b/openlane/user_project_wrapper/config.tcl
@@ -59,8 +59,11 @@ $script_dir/../../openram_testchip/lef/sky130_sram_1kbyte_1rw1r_32x256_8.lef" set ::env(EXTRA_GDS_FILES) "\ - $script_dir/../../wb_openram_wrapper/lef/wb_openram_wrapper.gds \ - $script_dir/../../openram_testchip/lef/sky130_sram_1kbyte_1rw1r_32x256_8.gds" + $script_dir/../../wb_openram_wrapper/gds/wb_openram_wrapper.gds \ + $script_dir/../../openram_testchip/gds/sky130_sram_1kbyte_1rw1r_32x256_8.gds" + +# use 4 cores +set ::env(ROUTING_CORES) 4 set ::env(GLB_RT_MAXLAYER) 5