aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2019-09-10 16:31:50 +0000
committerMarcin Koƛcielnicki <koriakin@0x04.net>2019-09-11 19:38:20 +0200
commitf72765090cd001ff4dc54d5a9c01a2d4b3339865 (patch)
treec8eae3824f69f28c9e76b24fb5d6d88c45f3e2ef /CHANGELOG
parentc7f1368cd273f1d84507d29548f3420a08a82702 (diff)
downloadyosys-f72765090cd001ff4dc54d5a9c01a2d4b3339865.tar.gz
yosys-f72765090cd001ff4dc54d5a9c01a2d4b3339865.tar.bz2
yosys-f72765090cd001ff4dc54d5a9c01a2d4b3339865.zip
Add -match-init option to dff2dffs.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e416d152c..890fad978 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
----------------------