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

Added "zinit" pass

This commit is contained in:
Clifford Wolf 2016-10-12 12:05:19 +02:00
parent 8ebba8a35f
commit ee91350add
2 changed files with 152 additions and 0 deletions

View file

@ -31,6 +31,7 @@ OBJS += passes/techmap/deminout.o
OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
endif
GENFILES += passes/techmap/techmap.inc