File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
flow/designs/nangate45/ariane136 Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ export SYNTH_HIERARCHICAL = 1
66export MAX_UNGROUP_SIZE ?= 1000
77export RTLMP_FLOW = True
88
9- export SDC_FILE = ./designs/$(PLATFORM ) /$(DESIGN_NAME ) /constraint_hier.sdc
10-
119# RTL_MP Settings
1210export RTLMP_MAX_INST = 500000
1311export RTLMP_MIN_INST = 1000
@@ -17,7 +15,7 @@ export RTLMP_MIN_MACRO = 4
1715export VERILOG_FILES = ./designs/src/$(DESIGN_NICKNAME ) /ariane.sv2v.v \
1816 ./designs/$(PLATFORM ) /$(DESIGN_NICKNAME ) /macros.v
1917
20- export SDC_FILE = ./designs/$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint_hier .sdc
18+ export SDC_FILE = ./designs/$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint .sdc
2119
2220export ADDITIONAL_LEFS = $(PLATFORM_DIR ) /lef/fakeram45_256x16.lef
2321
You can’t perform that action at this time.
0 commit comments