Skip to content

Commit 0ffabe3

Browse files
authored
Merge pull request #3393 from The-OpenROAD-Project-staging/synth-bump-yosys-slang
Update yosys-slang for non-determinism fix
2 parents 17ddf01 + cec5f99 commit 0ffabe3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr
9191
export CORE_UTILIZATION = 70
9292
export CORE_MARGIN = 2
9393
export MACRO_PLACE_HALO = 3 3
94-
export PLACE_DENSITY = 0.73
94+
export PLACE_DENSITY = 0.69
9595

9696
# a smoketest for this option, there are a
9797
# few last gasp iterations

flow/designs/ihp-sg13g2/ibex/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 32,
47+
"value": 36,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)