Commentary (fix earlier commit)

This commit is contained in:
Wilson Snyder 2022-10-15 10:57:46 -04:00
parent e32ff0e1a6
commit d9a0d0ade2

View File

@ -23,6 +23,10 @@ Verilator 5.001 devel
significant performance improvements on some designs. [Geza Lore, Shunyao CAD]
* Add --binary option as alias of --main --exe --build --timing (#3625).
**Minor:**
* Add error on real edge event control.
Verilator 4.228 2022-10-01
==========================
@ -40,7 +44,6 @@ Verilator 4.228 2022-10-01
* Add --build-jobs, and rework arguments for -j (#3623). [Kamil Rakoczy]
* Rename --bin to --build-dep-bin.
* Rename debug flags --dumpi-tree, --dumpi-graph, etc. [Geza Lore]
* Add error on real edge event control.
* Fix thread saftey in SystemC VL_ASSIGN_SBW/WSB (#3494) (#3513). [Mladen Slijepcevic]
* Fix crash in gate optimization of circular logic (#3543). [Bill Flynn]
* Fix arguments in non-static method call (#3547) (#3582). [Gustav Svensk]