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 d53364a commit 3b6e289Copy full SHA for 3b6e289
flow/designs/nangate45/mempool_group/config.mk
@@ -6,9 +6,7 @@ export SYNTH_HIERARCHICAL = 1
6
export RTLMP_FLOW ?= True
7
8
export TEMP_DESIGN_DIR = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)
9
-export FLOORPLAN_DEF ?= ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/$(DESIGN_NAME)_fp.def
10
export VERILOG_FILES = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/$(DESIGN_NAME).v
11
-export CACHED_NETLIST = $(TEMP_DESIGN_DIR)/$(DESIGN_NAME)_genus.v
12
13
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/$(DESIGN_NAME).sdc
14
0 commit comments