Skip to content

Commit b5f0970

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 8d0141e commit b5f0970

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
@@ -20,10 +20,7 @@ export BC_VOLTAGE = 0.77
2020
export TC_VOLTAGE = 0.70
2121
export WC_VOLTAGE = 0.63
2222

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

2825
export SYNTH_MINIMUM_KEEP_SIZE ?= 1000
2926

0 commit comments

Comments
 (0)