Skip to content

Commit fae476d

Browse files
committed
Set SKIP_GATE_CLONING in gf12/bp_single
Gate cloning is very slow on this design and results in no improvement. Signed-off-by: Matt Liberty <[email protected]>
1 parent f50270a commit fae476d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ export DESIGN_NICKNAME = bp_single
22
export DESIGN_NAME = bsg_chip
33
export PLATFORM = gf12
44

5+
export SKIP_GATE_CLONING = 1
6+
57
# export VERILOG_FILES = $(PLATFORM_DIR)/bp/bsg_ac_black_parrot_single_core_v0/bsg_chip.sv2v.v
68
export VERILOG_FILES = $(PLATFORM_DIR)/bp/bsg_ac_black_parrot_single_core_v0/yosys/synth_don_abc_script.v \
79
$(PLATFORM_DIR)/bp/IN12LP_GPIO18_13M9S30P.blackbox.v

0 commit comments

Comments
 (0)