mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-23 19:47:55 +00:00
Added dffsr2dff
This commit is contained in:
parent
ba407da187
commit
d69395ca08
3 changed files with 171 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue