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:
parent
6cd135a5eb
commit
18ad56ef41
3 changed files with 208 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue