3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 20:50:51 +00:00

Added nlutmap

This commit is contained in:
Clifford Wolf 2015-09-18 21:57:34 +02:00
parent c851f51656
commit 598a475724
3 changed files with 176 additions and 2 deletions

View file

@ -21,6 +21,7 @@ OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/tribuf.o
OBJS += passes/techmap/lut2mux.o
OBJS += passes/techmap/nlutmap.o
endif
GENFILES += passes/techmap/techmap.inc