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

Add dfflegalize pass.

This commit is contained in:
Marcelina Kościelnicka 2020-06-23 14:36:34 +02:00
parent 817ae04ee0
commit e3564b4502
3 changed files with 1359 additions and 0 deletions

View file

@ -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
----------------------

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