Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions flow/platforms/asap7/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ export BC_VOLTAGE = 0.77
export TC_VOLTAGE = 0.70
export WC_VOLTAGE = 0.63

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

export SYNTH_MINIMUM_KEEP_SIZE ?= 1000

Expand Down