3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Added "make SMALL=1"

This commit is contained in:
Clifford Wolf 2014-07-24 19:03:57 +02:00
parent 34ea9e3f09
commit 45b4154b37
2 changed files with 30 additions and 1 deletions

View file

@ -2,10 +2,13 @@
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o
OBJS += passes/techmap/libparse.o
ifneq ($(SMALL),1)
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/libparse.o
OBJS += passes/techmap/extract.o
endif
GENFILES += passes/techmap/stdcells.inc