We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dff59 commit 29a12d6Copy full SHA for 29a12d6
flow/designs/nangate45/swerv_wrapper/config.mk
@@ -1,12 +1,6 @@
1
export DESIGN_NAME = swerv_wrapper
2
export PLATFORM = nangate45
3
4
-# RTL_MP Settings
5
-export RTLMP_MAX_INST = 30000
6
-export RTLMP_MIN_INST = 5000
7
-export RTLMP_MAX_MACRO = 12
8
-export RTLMP_MIN_MACRO = 4
9
-
10
export VERILOG_FILES = $(DESIGN_HOME)/src/swerv/swerv_wrapper.sv2v.v \
11
$(DESIGN_HOME)/$(PLATFORM)/swerv/macros.v
12
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/constraint.sdc
0 commit comments