File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ export DONT_USE_CELLS += SDF* ICG*
8080# Yosys mapping files
8181export LATCH_MAP_FILE = $(PLATFORM_DIR ) /yoSys/cells_latch_R.v
8282export CLKGATE_MAP_FILE = $(PLATFORM_DIR ) /yoSys/cells_clkgate_R.v
83- export ADDER_MAP_FILE ?= $(PLATFORM_DIR ) /yoSys/cells_adders_R.v
8483export SYNTH_MINIMUM_KEEP_SIZE ?= 1000
8584
8685export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_R
@@ -153,6 +152,12 @@ export KLAYOUT_DRC_FILE = $(PLATFORM_DIR)/drc/asap7.lydrc
153152# OpenRCX extRules
154153export RCX_RULES = $(PLATFORM_DIR ) /rcx_patterns.rules
155154
155+ ifeq ($(ASAP7_USELVT ) ,)
156+ ifeq ($(ASAP7_USESLVT ) ,)
157+ export ADDER_MAP_FILE ?= $(PLATFORM_DIR ) /yoSys/cells_adders_R.v
158+ endif
159+ endif
160+
156161# XS - defining function for using LVT
157162ifeq ($(ASAP7_USELVT ) , 1)
158163 export TIEHI_CELL_AND_PORT = TIEHIx1_ASAP7_75t_L H
You can’t perform that action at this time.
0 commit comments