File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export DESIGN_NICKNAME = aes
66export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME ) /* .v) )
77export SDC_FILE = ./designs/$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint.sdc
88
9- export ABC_AREA = 1
9+ export ABC_AREA = 1
1010
11- export CORE_UTILIZATION = 40
11+ export CORE_UTILIZATION = 40
1212export CORE_ASPECT_RATIO = 1
1313export CORE_MARGIN = 2
1414export PLACE_DENSITY = 0.65
1515export TNS_END_PERCENT = 100
16- export EQUIVALENCE_CHECK = 1
16+ export EQUIVALENCE_CHECK ? = 1
1717export REMOVE_CELLS_FOR_EQY = TAPCELL*
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ export PLACE_DENSITY = 0.60
1616export DFF_LIB_FILE = $($(CORNER ) _DFF_LIB_FILE)
1717
1818export TNS_END_PERCENT = 100
19- export EQUIVALENCE_CHECK = 1
19+ export EQUIVALENCE_CHECK ? = 1
2020export REMOVE_CELLS_FOR_EQY = TAPCELL*
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export PLACE_DENSITY = 0.70
1010export DIE_AREA = 0 0 17 17
1111export CORE_AREA = 1.08 1.08 16 16
1212export TNS_END_PERCENT = 100
13- export EQUIVALENCE_CHECK = 1
13+ export EQUIVALENCE_CHECK ? = 1
1414export REMOVE_CELLS_FOR_EQY = TAPCELL*
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ export FLOORPLAN_DEF = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/aes_ng45_fp.def
99
1010export PLACE_DENSITY_LB_ADDON = 0.20
1111export TNS_END_PERCENT = 100
12- export EQUIVALENCE_CHECK = 1
12+ export EQUIVALENCE_CHECK ? = 1
1313export REMOVE_CELLS_FOR_EQY = TAPCELL*
1414
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ export ADDER_MAP_FILE :=
99
1010export CORE_UTILIZATION = 40
1111export TNS_END_PERCENT = 100
12- export EQUIVALENCE_CHECK = 1
12+ export EQUIVALENCE_CHECK ? = 1
1313export REMOVE_CELLS_FOR_EQY = sky130_fd_sc_hd__tapvpwrvgnd*
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ export ADDER_MAP_FILE :=
1111export CORE_UTILIZATION = 40
1212export PLACE_DENSITY_LB_ADDON = 0.1
1313export TNS_END_PERCENT = 100
14- export EQUIVALENCE_CHECK = 1
14+ export EQUIVALENCE_CHECK ? = 1
1515export REMOVE_CELLS_FOR_EQY = sky130_fd_sc_hs__tapvpwrvgnd*
You can’t perform that action at this time.
0 commit comments