3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-23 19:47:55 +00:00

Added dffsr2dff

This commit is contained in:
Clifford Wolf 2016-02-02 17:19:01 +01:00
parent ba407da187
commit d69395ca08
3 changed files with 171 additions and 0 deletions

View file

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