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:
parent
34ea9e3f09
commit
45b4154b37
2 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue