Skip to content

Commit 5a162b5

Browse files
committed
asap7: config.py
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 70090bc commit 5a162b5

File tree

3 files changed

+327
-283
lines changed

3 files changed

+327
-283
lines changed

flow/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ $(foreach line,$(shell \
206206
ADDITIONAL_LIBS="$(ADDITIONAL_LIBS)" \
207207
ADDITIONAL_GDS="$(ADDITIONAL_GDS)" \
208208
ADDITIONAL_LEFS="$(ADDITIONAL_LEFS)" \
209+
CORNER=$(CORNER) \
210+
LIB_MODEL=$(LIB_MODEL) \
211+
VOLTAGE=$(VOLTAGE) \
212+
CLUSTER_FLOPS=$(CLUSTER_FLOPS) \
213+
TC_ADDITIONAL_LIBS="$(TC_ADDITIONAL_LIBS)" \
214+
BC_ADDITIONAL_LIBS="$(BC_ADDITIONAL_LIBS)" \
215+
WC_ADDITIONAL_LIBS="$(WC_ADDITIONAL_LIBS)" \
216+
ASAP7_USELVT=$(ASAP7_USELVT) \
209217
$(SCRIPTS_DIR)/defaults.py make),$(eval export $(subst __SPACE__, ,$(line))))
210218

211219
KLAYOUT_FOUND = $(if $(KLAYOUT_CMD),,$(error KLayout not found in PATH))

flow/platforms/asap7/config.mk

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

0 commit comments

Comments
 (0)