Skip to content
Open
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
4 changes: 2 additions & 2 deletions flow/designs/asap7/swerv_wrapper/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/constraint.sdc
export ADDITIONAL_LEFS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lef/*.lef))
export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lib/*.lib))

export DIE_AREA = 0 0 550 600
export CORE_AREA = 5 5 545 595
export DIE_AREA = 0 0 350 400
export CORE_AREA = 5 5 345 395

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could try changing these hardcoded numbers to use the CORE_UTILIZATION instead. We're aiming for ~0.7, but it's ok to go down for 0.6 or even 0.5

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that after setting a large CORE_UTILIZATION value, the WNS and TNS might reduce, in some cases even become positive. In that case, you want to update the clock period as well.

Copy link
Contributor

@jferreiraOpenRoad jferreiraOpenRoad Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't aware I could update the clock period. Thanks for pointing that out. I'll update it.

export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/io.tcl
export PLACE_DENSITY_LB_ADDON = 0.20
Expand Down