Skip to content

Commit e430bee

Browse files
committed
updated sdc file name
Signed-off-by: vijayank88 <[email protected]>
1 parent 04be1f8 commit e430bee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flow/designs/nangate45/ariane136/config.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export SYNTH_HIERARCHICAL = 1
66
export MAX_UNGROUP_SIZE ?= 1000
77
export RTLMP_FLOW = True
88

9-
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NAME)/constraint_hier.sdc
10-
119
# RTL_MP Settings
1210
export RTLMP_MAX_INST = 500000
1311
export RTLMP_MIN_INST = 1000
@@ -17,7 +15,7 @@ export RTLMP_MIN_MACRO = 4
1715
export 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

2220
export ADDITIONAL_LEFS = $(PLATFORM_DIR)/lef/fakeram45_256x16.lef
2321

0 commit comments

Comments
 (0)