Skip to content

Commit 50d9c70

Browse files
committed
Lift asap7 cell use restriction
Forbidding the fractional cells harms QoR. The tool seems able to handle these cells just fine so we can lift the restriction. Signed-off-by: Martin Povišer <[email protected]>
1 parent 77d1bd6 commit 50d9c70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flow/platforms/asap7/config.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ export BC_VOLTAGE = 0.77
1818
export TC_VOLTAGE = 0.70
1919
export WC_VOLTAGE = 0.63
2020

21-
# Dont use cells to ease congestion
22-
# Specify at least one filler cell if none
23-
export DONT_USE_CELLS = *x1p*_ASAP7* *xp*_ASAP7*
24-
export DONT_USE_CELLS += SDF* ICG*
21+
export DONT_USE_CELLS = SDF* ICG*
2522

2623
export SYNTH_MINIMUM_KEEP_SIZE ?= 1000
2724

0 commit comments

Comments
 (0)