3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 21:20:53 +00:00

Add dffunmap pass.

To be used with backends that cannot deal with fancy FF types (like blif
or smt).
This commit is contained in:
Marcelina Kościelnicka 2020-07-27 15:24:57 +02:00
parent 6cd135a5eb
commit 18ad56ef41
3 changed files with 208 additions and 0 deletions

View file

@ -43,6 +43,7 @@ OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/dffunmap.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o
endif