mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 09:34:09 +00:00
Add dfflegalize pass.
This commit is contained in:
parent
817ae04ee0
commit
e3564b4502
|
@ -67,6 +67,8 @@ Yosys 0.9 .. Yosys 0.9-dev
|
|||
- Added "select -unset"
|
||||
- Use YosysHQ/abc instead of upstream berkeley-abc/abc
|
||||
- Added $divfloor and $modfloor cells
|
||||
- Added $adffe, $dffsre, $sdff, $sdffe, $sdffce, $adlatch cells
|
||||
- Added "dfflegalize" pass
|
||||
|
||||
Yosys 0.8 .. Yosys 0.9
|
||||
----------------------
|
||||
|
|
|
@ -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
|
||||
|
|
1356
passes/techmap/dfflegalize.cc
Normal file
1356
passes/techmap/dfflegalize.cc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue