From d9a0d0ade2c7380686cc38131e8bf8033eb1b2b3 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 15 Oct 2022 10:57:46 -0400 Subject: [PATCH] Commentary (fix earlier commit) --- Changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7a1acb363..385708ca3 100644 --- a/Changes +++ b/Changes @@ -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]