Skip to content

Commit 5bf3638

Browse files
committed
Remove DFFH* from the DONT_USE_LIST in asap7
Signed-off-by: Matt Liberty <[email protected]>
1 parent c37857c commit 5bf3638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/platforms/asap7/config.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ export WC_VOLTAGE = 0.63
6363
# Dont use cells to ease congestion
6464
# Specify at least one filler cell if none
6565
export DONT_USE_CELLS = *x1p*_ASAP7* *xp*_ASAP7*
66-
export DONT_USE_CELLS += SDF* ICG* DFFH*
67-
#export DONT_USE_CELLS += SDF* DFFH*
66+
export DONT_USE_CELLS += SDF* ICG*
6867

6968
# Yosys mapping files
7069
export LATCH_MAP_FILE = $(PLATFORM_DIR)/yoSys/cells_latch_R.v

0 commit comments

Comments
 (0)