Skip to content

Commit ad98b77

Browse files
authored
Merge pull request #1894 from The-OpenROAD-Project-staging/ca53-no-synth
For gf12/ca53 use a cached netlist to save time
2 parents 5cb032f + 156ec5b commit ad98b77

File tree

3 files changed

+299
-335
lines changed

3 files changed

+299
-335
lines changed

flow/designs/gf12/ca53/config.mk

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

4-
export SYNTH_HIERARCHICAL = 1
54
export RTLMP_FLOW = True
65

7-
export VERILOG_FILES = $(PLATFORM_DIR)/$(DESIGN_NAME)/rtl/ca53_cpu.v
6+
export VERILOG_FILES = $(PLATFORM_DIR)/$(DESIGN_NAME)/rtl/ca53_cpu.v
7+
export CACHED_NETLIST = $(PLATFORM_DIR)/$(DESIGN_NAME)/rtl/ca53_cpu.v
88

99
export SDC_FILE = $(PLATFORM_DIR)/$(DESIGN_NAME)/sdc/ca53_cpu.sdc
1010

0 commit comments

Comments
 (0)