3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

Added "attrmvcp" pass

This commit is contained in:
Clifford Wolf 2016-08-09 11:18:48 +02:00
parent f7730d43bb
commit 3c6d31fd06
2 changed files with 138 additions and 0 deletions

View file

@ -29,6 +29,7 @@ OBJS += passes/techmap/dffsr2dff.o
OBJS += passes/techmap/shregmap.o
OBJS += passes/techmap/deminout.o
OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
endif
GENFILES += passes/techmap/techmap.inc