We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9902c49 commit 7fded1aCopy full SHA for 7fded1a
flow/designs/asap7/swerv_wrapper/config.mk
@@ -54,7 +54,7 @@ export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrap
54
export CORE_UTILIZATION = 30
55
56
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/io.tcl
57
-export PLACE_DENSITY_LB_ADDON = 0.30
+export PLACE_DENSITY_LB_ADDON = 0.20
58
59
export ROUTING_LAYER_ADJUSTMENT = 0.2
60
flow/designs/asap7/swerv_wrapper/constraint.sdc
@@ -2,7 +2,7 @@ current_design swerv_wrapper
2
3
set clk_name core_clock
4
set clk_port_name clk
5
-set clk_period 1800
+set clk_period 1600
6
set clk_io_pct 0.2
7
8
set clk_port [get_ports $clk_port_name]
0 commit comments