Skip to content

Commit 156ec5b

Browse files
committed
For gf12/ca53 use a cached netlist to save time
This means no computing/checking for synth__design__instance__area__stdcell Signed-off-by: Matt Liberty <[email protected]>
1 parent c6573dc commit 156ec5b

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)