Skip to content

Commit e5b28bc

Browse files
committed
bazel: sky130hd/ibex update to match config.mk
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 4a341f2 commit e5b28bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flow/designs/sky130hd/ibex/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ orfs_flow(
55
arguments = {
66
"ADDER_MAP_FILE": "",
77
"CORE_UTILIZATION": "45",
8-
"PLACE_DENSITY_LB_ADDON": "0.2",
8+
"PLACE_DENSITY_LB_ADDON": "0.25",
99
"TNS_END_PERCENT": "100",
1010
"REMOVE_ABC_BUFFERS": "1",
1111
"SYNTH_HDL_FRONTEND": "slang",
1212
"VERILOG_INCLUDE_DIRS": "flow/designs/src/ibex_sv/vendor/lowrisc_ip/prim/rtl",
13+
"CTS_CLUSTER_SIZE": "20",
14+
"CTS_CLUSTER_DIAMETER": "50",
1315
},
1416
pdk = "@docker_orfs//:sky130hd",
1517
sources = {

0 commit comments

Comments
 (0)