Skip to content

Commit fe62c12

Browse files
committed
add max fanout constraint to asap7/cva6 to validate new crit VT swap
Signed-off-by: Cho Moon <[email protected]>
1 parent 7c94471 commit fe62c12

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export PLACE_DENSITY = 0.69
9595

9696
# a smoketest for this option, there are a
9797
# few last gasp iterations
98-
export SKIP_LAST_GASP ?= 1
98+
#export SKIP_LAST_GASP ?= 1
9999

100100
# For use with SYNTH_HIERARCHICAL
101101
export SYNTH_MINIMUM_KEEP_SIZE ?= 40000

flow/designs/asap7/cva6/constraint.sdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ create_clock [get_ports $clk_port] -name $clk_name -period $clk_period
3434

3535

3636
set_false_path -to [get_ports {rvfi_probes_o}]
37+
set_max_fanout 10 [current_design]

tools/OpenROAD

Submodule OpenROAD updated 310 files

0 commit comments

Comments
 (0)