Skip to content

Commit

Permalink
trying new PDK's blackbox, skipping IR report and LVS for time
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 31, 2023
1 parent 25fe209 commit 210b4ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"DESIGN_NAME": "user_project_wrapper",
"RUN_IRDROP_REPORT": 1,
"RUN_IRDROP_REPORT": 0,
"RUN_LVS": 0,
"QUIT_ON_LINTER_ERRORS": 0,
"MACRO_PLACEMENT_CFG": "dir::macro.cfg",
"VERILOG_FILES": [
Expand Down Expand Up @@ -65,7 +66,7 @@
"dir::../../verilog/rtl/carp-lib/obi_qspi_controller/spimemio.v"
],
"VERILOG_INCLUDE_DIRS": ["pdk_dir::libs.ref/sky130_sram_macros/"],
"VERILOG_FILES_BLACKBOX": ["dir::../macros/sky130_sram_2kbyte_1rw1r_32x512_8.v"],
"VERILOG_FILES_BLACKBOX": ["pdk_dir::libs.ref/sky130_sram_macros/verilog/sky130_sram_2kbyte_1rw1r_32x512_8.v"],
"EXTRA_LEFS": ["pdk_dir::libs.ref/sky130_sram_macros/lef/sky130_sram_2kbyte_1rw1r_32x512_8.lef"],
"EXTRA_GDS_FILES": ["pdk_dir::libs.ref/sky130_sram_macros/gds/sky130_sram_2kbyte_1rw1r_32x512_8.gds"],
"EXTRA_LIBS": ["dir::../macros/sky130_sram_2kbyte_1rw1r_32x512_8_TT_1p8V_25C.lib"],
Expand Down

0 comments on commit 210b4ce

Please sign in to comment.