3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-14 01:46:16 +00:00

Added "deminout"

This commit is contained in:
Clifford Wolf 2016-06-19 13:08:16 +02:00
parent 9e28290b0f
commit ca91bccb6b
3 changed files with 118 additions and 0 deletions

View file

@ -27,6 +27,7 @@ OBJS += passes/techmap/lut2mux.o
OBJS += passes/techmap/nlutmap.o
OBJS += passes/techmap/dffsr2dff.o
OBJS += passes/techmap/shregmap.o
OBJS += passes/techmap/deminout.o
endif
GENFILES += passes/techmap/techmap.inc