From 1fa82ffb7bd731467c7372910b4361d7ac9f160f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 19 Jun 2022 15:00:10 -0400 Subject: [PATCH] Commentary: Update ChangeLog --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 4908e3d91..6d6eec1bd 100644 --- a/Changes +++ b/Changes @@ -19,17 +19,24 @@ Verilator 4.223 devel * Add -f options to replace -O options (#3436). * Changed --no-merge-const-pool to -fno-merge-const-pool (#3436). +* Changed --no-decoration to remove output whitespace (#3460). [Kamil Rakoczy] * Support compile time trace signal selection with tracing_on/off (#3323). [Shunyao CAD] * Support non-ANSI interface port declarations (#3439). [Geza Lore, Shunyao CAD] * Support concat assignment to packed array (#3446). * Improve conditional merging optimization (#3125). [Geza Lore, Shunyao CAD] * Define VM_TRACE_VCD when tracing in VCD format. [Geza Lore, Shunyao CAD] * Add assert when VerilatedContext is mis-deleted (#3121). [Rupert Swarbrick] +* Internal prep work towards timing control. [Krzysztof Bieganski] * Fix hang with large case statement optimization (#3405). [Mike Urbach] +* Fix UNOPTFLAT warning from initial static var (#3406). [Kamil Rakoczy] +* Fix compile error when enable VL_LEAK_CHECKS (#3411). [HungMingWu] +* Fix cmake rules to support higher-level targets (#3377) (#3386). [Martin Stadler] * Fix BLKANDNBLK on $readmem/$writemem (#3379). [Alex Solomatnikov] * Fix 'with' operator with type casting (#3387). [xiak95] * Fix incorrect conditional merging (#3409). [Raynard Qiao] * Fix passing VL_TRACE_FST_WRITER_THREAD in CMake build. [Geza Lore, Shunyao CAD] +* Fix compile error under strict C++11 mode (#3463). [Kevin Kiningham] +* Fix public unpacked input ports (#3465). [Todd Strader] Verilator 4.222 2022-05-02