3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 16:33:19 +00:00

Added "maccmap" command

This commit is contained in:
Clifford Wolf 2014-09-07 18:23:04 +02:00
parent 15b3c54fea
commit 015dcdc84c
2 changed files with 319 additions and 0 deletions

View file

@ -8,6 +8,7 @@ ifneq ($(SMALL),1)
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/maccmap.o
endif
GENFILES += passes/techmap/techmap.inc