3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-14 14:55:26 +00:00

Added skeleton dff2dffe pass

This commit is contained in:
Clifford Wolf 2014-12-08 14:10:52 +01:00
parent 7b62bbeee8
commit 97487fee32
3 changed files with 78 additions and 2 deletions

View file

@ -10,6 +10,7 @@ OBJS += passes/techmap/hilomap.o
OBJS += passes/techmap/extract.o
OBJS += passes/techmap/maccmap.o
OBJS += passes/techmap/alumacc.o
OBJS += passes/techmap/dff2dffe.o
endif
GENFILES += passes/techmap/techmap.inc