3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Merge pull request #2186 from YosysHQ/mwk/dfflegalize

Add dfflegalize pass.
This commit is contained in:
clairexen 2020-07-02 17:46:11 +02:00 committed by GitHub
commit 5428666151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 4316 additions and 0 deletions

View file

@ -41,6 +41,7 @@ OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o

File diff suppressed because it is too large Load diff