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

Add experimental adders pass

This commit is contained in:
Clifford Wolf 2017-08-22 13:48:55 +02:00
parent d3b3dd8e88
commit 51cbec7f75
2 changed files with 447 additions and 0 deletions

View file

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