Skip to content

Commit f472b92

Browse files
Add design mempool_group/ng45
Signed-off-by: Ravi Varadarajan <[email protected]>
1 parent e2cc7b1 commit f472b92

File tree

10 files changed

+55703
-0
lines changed

10 files changed

+55703
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
export DESIGN_NAME = mempool_group
2+
export DESIGN_NICKNAME = mempool_group
3+
export PLATFORM = nangate45
4+
5+
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+
15+
export ADDITIONAL_LEFS = $(TEMP_DESIGN_DIR)/lef/fakeram45_256x32.lef \
16+
$(TEMP_DESIGN_DIR)/lef/fakeram45_64x64.lef \
17+
$(TEMP_DESIGN_DIR)/lef/fakeram45_128x32.lef \
18+
$(TEMP_DESIGN_DIR)/lef/fakeram45_128x256.lef
19+
20+
export ADDITIONAL_LIBS = $(TEMP_DESIGN_DIR)/lib/fakeram45_256x32.lib \
21+
$(TEMP_DESIGN_DIR)/lib/fakeram45_128x32.lib \
22+
$(TEMP_DESIGN_DIR)/lib/fakeram45_64x64.lib \
23+
$(TEMP_DESIGN_DIR)/lib/fakeram45_128x256.lib
24+
25+
export DIE_AREA = 0 0 4400 4400
26+
export CORE_AREA = 10 12 4390 4390
27+
28+
export PLACE_PINS_ARGS = -exclude left:* -exclude right:* -exclude top:* -exclude bottom:0-1000 -exclude bottom:3400-4400
29+
30+
export MACRO_PLACE_HALO = 10 10
31+
export MACRO_PLACE_CHANNEL = 20 20

0 commit comments

Comments
 (0)