File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export PLATFORM = sky130hd
55export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME ) /src/$(DESIGN_NICKNAME ) /* .v) )
66export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME ) /two_phase_clk_constraint.sdc
77
8+ export ABC_RETIME_FOR_TWO_PHASE = 1
9+
810export PLACE_PINS_ARGS = -min_distance 4 -min_distance_in_tracks
911
1012export CORE_UTILIZATION = 20
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ export PLATFORM = sky130hd
44export VERILOG_FILES = $(DESIGN_HOME ) /src/$(DESIGN_NICKNAME ) /gcd.v
55export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME ) /two_phase_clk_constraint.sdc
66
7+ export ABC_RETIME_FOR_TWO_PHASE = 1
8+
79# Adders degrade GCD
810export ADDER_MAP_FILE :=
911
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ export PLATFORM = sky130hd
55export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME ) /src/$(DESIGN_NICKNAME ) /* .v) )
66export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME ) /two_phase_clk_constraint.sdc
77
8+ export ABC_RETIME_FOR_TWO_PHASE = 1
9+
810export CORE_UTILIZATION = 45
911export PLACE_DENSITY_LB_ADDON = 0.2
1012
You can’t perform that action at this time.
0 commit comments