File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
flow/designs/asap7/swerv_wrapper Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,17 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/constraint.sdc
5151export ADDITIONAL_LEFS = $(sort $(wildcard $(DESIGN_HOME ) /$(PLATFORM ) /swerv_wrapper/lef/* .lef) )
5252export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME ) /$(PLATFORM ) /swerv_wrapper/lib/* .lib) )
5353
54- export DIE_AREA = 0 0 550 600
55- export CORE_AREA = 5 5 545 595
54+ export CORE_UTILIZATION = 30
55+ # export DIE_AREA = 0 0 350 400
56+ # export CORE_AREA = 5 5 345 395
5657
5758export IO_CONSTRAINTS = $(DESIGN_HOME ) /$(PLATFORM ) /swerv_wrapper/io.tcl
58- export PLACE_DENSITY_LB_ADDON = 0.20
59+ # export PLACE_DENSITY_LB_ADDON = 0.20
60+ export PLACE_DENSITY = 0.70
5961
6062export ROUTING_LAYER_ADJUSTMENT = 0.2
6163
6264export SWAP_ARITH_OPERATORS = 1
6365export OPENROAD_HIERARCHICAL = 1
6466
6567export LEC_CHECK = 0
66-
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ current_design swerv_wrapper
22
33set clk_name core_clock
44set clk_port_name clk
5- set clk_period 1600
5+ set clk_period 1800
66set clk_io_pct 0.2
77
88set clk_port [get_ports $clk_port_name ]
You can’t perform that action at this time.
0 commit comments