Skip to content

Commit ed1558c

Browse files
committed
Lower asap7/cva6 placement density
After the don't use change the mapping to standard cells is denser. For the area coming out of synthesis we have Chip area for module '\cva6': 14649.248080 of which used for sequential elements: 3027.420360 (20.67%) vs previously Chip area for module '\cva6': 17152.298740 of which used for sequential elements: 3027.420360 (17.65%) At the same time RD placement struggles with the new netlist. We can lower the placement density to work around and still fit into the original die size. Signed-off-by: Martin Povišer <[email protected]>
1 parent b5f0970 commit ed1558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.67
9595

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

0 commit comments

Comments
 (0)