Skip to content

Commit c827ac6

Browse files
committed
ca53 switch to rtlmp
Signed-off-by: Matt Liberty <[email protected]>
1 parent b8c21d7 commit c827ac6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

flow/designs/gf12/ca53/config.mk

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
export DESIGN_NAME = ca53_cpu
22
export PLATFORM = gf12
33

4+
export SYNTH_HIERARCHICAL = 1
5+
export RTLMP_FLOW = True
6+
47
export VERILOG_FILES = $(PLATFORM_DIR)/$(DESIGN_NAME)/rtl/ca53_cpu.v
8+
export CACHED_NETLIST = $(PLATFORM_DIR)/$(DESIGN_NAME)/rtl/ca53_cpu.v
59

610
export SDC_FILE = $(PLATFORM_DIR)/$(DESIGN_NAME)/sdc/ca53_cpu.sdc
711

@@ -43,11 +47,15 @@ export ADDITIONAL_GDS += $(PLATFORM_DIR)/$(DESIGN_NAME)/gds2/RFSPHD_A53_HS_128X
4347
export DIE_AREA = 0 0 1400 1400
4448
export CORE_AREA = 10 10 1390 1390
4549
export PLACE_DENSITY_LB_ADDON = 0.05
50+
51+
export HAS_IO_CONSTRAINTS = 1
4652
export PLACE_PINS_ARGS = -exclude left:0-600 -exclude left:1350-1400 -exclude right:* -exclude top:* -exclude bottom:*
4753

54+
export MACRO_PLACE_HALO = 7 7
55+
export MACRO_PLACE_CHANNEL = 14 14
56+
4857
export MACRO_WRAPPERS = $(dir $(DESIGN_CONFIG))/wrappers.tcl
4958

50-
export MACRO_BLOCKAGE_HALO = 25
5159
#export MAX_ROUTING_LAYER = H2
5260
export FASTROUTE_TCL = $(dir $(DESIGN_CONFIG))/fastroute.tcl
5361
#

0 commit comments

Comments
 (0)