Skip to content

Commit 5bd5bff

Browse files
authored
Merge pull request #1746 from The-OpenROAD-Project-staging/ca53-update
Ca53 update
2 parents 6b53853 + eb56767 commit 5bd5bff

File tree

2 files changed

+8
-72
lines changed

2 files changed

+8
-72
lines changed

flow/designs/gf12/ca53/config.mk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
58

69
export SDC_FILE = $(PLATFORM_DIR)/$(DESIGN_NAME)/sdc/ca53_cpu.sdc
@@ -43,11 +46,15 @@ export ADDITIONAL_GDS += $(PLATFORM_DIR)/$(DESIGN_NAME)/gds2/RFSPHD_A53_HS_128X
4346
export DIE_AREA = 0 0 1400 1400
4447
export CORE_AREA = 10 10 1390 1390
4548
export PLACE_DENSITY_LB_ADDON = 0.05
49+
50+
export HAS_IO_CONSTRAINTS = 1
4651
export PLACE_PINS_ARGS = -exclude left:0-600 -exclude left:1350-1400 -exclude right:* -exclude top:* -exclude bottom:*
4752

53+
export MACRO_PLACE_HALO = 7 7
54+
export MACRO_PLACE_CHANNEL = 14 14
55+
4856
export MACRO_WRAPPERS = $(dir $(DESIGN_CONFIG))/wrappers.tcl
4957

50-
export MACRO_BLOCKAGE_HALO = 25
5158
#export MAX_ROUTING_LAYER = H2
5259
export FASTROUTE_TCL = $(dir $(DESIGN_CONFIG))/fastroute.tcl
5360
#

flow/designs/gf12/ca53/config_mpl2.mk

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)