Skip to content

Commit 8fa3fbf

Browse files
pre-harden fixes: GPIO defines, power pins in GL netlist, correct die area config
1 parent 3d4772f commit 8fa3fbf

4 files changed

Lines changed: 101245 additions & 106836 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ sim/digital/*_sim
3434
sim/gl/*_sim
3535
fir_accel_breakout/
3636
venv-cocotb/
37+
sim/local_test*/
38+
sim/hex_files/
39+
sim/local_test2*/

openlane/wrapped_filter/config.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"CLOCK_NET": "wb_clk_i",
1616
"BASE_SDC_FILE": "dir::base_wrapped_filter.sdc",
1717
"FP_SIZING": "absolute",
18-
"DIE_AREA": "0 0 2800 1760",
1918
"FP_PIN_ORDER_CFG": "dir::pin_order.cfg",
2019
"FP_CORE_UTIL": 35,
2120
"PL_TARGET_DENSITY": 0.4,
@@ -32,14 +31,20 @@
3231
"SYNTH_BUFFERING": 0,
3332
"IO_SYNC": 0,
3433
"RUN_CVC": 1,
35-
"VDD_NETS": ["vccd1"],
36-
"GND_NETS": ["vssd1"],
34+
"VDD_NETS": [
35+
"vccd1"
36+
],
37+
"GND_NETS": [
38+
"vssd1"
39+
],
3740
"SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS",
3841
"pdk::sky130*": {
3942
"FP_CORE_UTIL": 35,
4043
"RT_MAX_LAYER": "met4",
4144
"scl::sky130_fd_sc_hd": {
4245
"CLOCK_PERIOD": 25
43-
}
46+
},
47+
"DIE_AREA": "0 0 2920 3520",
48+
"FP_DEF_TEMPLATE": "dir::../../openlane/user_project_wrapper/fixed_dont_change/user_project_wrapper.def"
4449
}
45-
}
50+
}

0 commit comments

Comments
 (0)