3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-26 15:53:42 +00:00

Added "shregmap" pass

This commit is contained in:
Clifford Wolf 2016-04-16 23:20:49 +02:00
parent fbdb8e7b3e
commit de647a390c
2 changed files with 262 additions and 0 deletions

View file

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