3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-28 16:29:51 +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
----------------------