Skip to content

Commit

Permalink
50ps with pdk_dir:: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 31, 2023
1 parent 14ec578 commit b0404cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@
"dir::../../verilog/rtl/rtl/soc/soc.sv",
"dir::../../verilog/rtl/carp-lib/obi_qspi_controller/spimemio.v"
],
"VERILOG_INCLUDE_DIRS": ["dir::../../../../pdk/sky130A/libs.ref/sky130_sram_macros/"],
"VERILOG_INCLUDE_DIRS": ["pdk_dir::libs.ref/sky130_sram_macros"],
"VERILOG_FILES_BLACKBOX": ["dir::../macros/sky130_sram_2kbyte_1rw1r_32x512_8.v"],
"EXTRA_LEFS": ["dir::../../../../pdk/sky130A/libs.ref/sky130_sram_macros/lef/sky130_sram_2kbyte_1rw1r_32x512_8.lef"],
"EXTRA_GDS_FILES": ["dir::../../../../pdk/sky130A/libs.ref/sky130_sram_macros/gds/sky130_sram_2kbyte_1rw1r_32x512_8.gds"],
"EXTRA_LEFS": ["pdk_dir::libs.ref/sky130_sram_macroslef/sky130_sram_2kbyte_1rw1r_32x512_8.lef"],
"EXTRA_GDS_FILES": ["pdk_dir::libs.ref/sky130_sram_macrosgds/sky130_sram_2kbyte_1rw1r_32x512_8.gds"],
"EXTRA_LIBS": ["dir::../macros/sky130_sram_2kbyte_1rw1r_32x512_8_TT_1p8V_25C.lib"],
"ROUTING_CORES": 20,
"KLAYOUT_XOR_THREADS": 20,
"FP_IO_UNMATCHED_ERROR": 0,
Expand Down

0 comments on commit b0404cd

Please sign in to comment.