3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 12:07:51 +00:00

Add -match-init option to dff2dffs.

This commit is contained in:
Marcin Kościelnicki 2019-09-10 16:31:50 +00:00
parent c7f1368cd2
commit f72765090c
3 changed files with 77 additions and 3 deletions

View file

@ -39,6 +39,7 @@ Yosys 0.9 .. Yosys 0.9-dev
- Added "xilinx_srl" for Xilinx shift register extraction
- Removed "shregmap -tech xilinx" (superseded by "xilinx_srl")
- Added "_TECHMAP_WIREINIT_*_" attribute and "_TECHMAP_REMOVEINIT_*_" wire for "techmap" pass
- Added "-match-init" option to "dff2dffs" pass
Yosys 0.8 .. Yosys 0.9
----------------------