From a44d2b25704522a66f8123eb6b2f5cdbe8c5b83d Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Thu, 20 May 2021 11:30:36 +0100 Subject: [PATCH] Move unreleased changes in right place in Changelog --- Changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 4951e63e9..e3de48608 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,9 @@ Verilator 4.203 devel **Minor:** +* Add --reloop-limit argument (#2943). [Geza Lore] +* Optimize large lookup tables to static data (#2925). [Geza Lore] +* Split always blocks to better respect --output-split-cfuncs. [Geza Lore] * Fix initialization of assoc in assoc array (#2914). [myftptoyman] * Fix merging of assignments in C++ code (#2970). [Ruper Swarbrick] @@ -35,11 +38,8 @@ Verilator 4.202 2021-04-24 * Add VerilatedCovContext::forcePerInstance (#2793). [Kevin Laeufer] * Add FST SystemC tracing (#2806). [Alex Torregrosa] * Add PINNOTFOUND warning in place of error (#2868). [Udi Finkelstein] -* Add --reloop-limit argument (#2943). [Geza Lore] * Support overlaps in priority case statements (#2864). [Rupert Swarbrick] * Support for null ports (#2875). [Udi Finkelstein] -* Optimize large lookup tables to static data (#2925). [Geza Lore] -* Split always blocks to better respect --output-split-cfuncs. [Geza Lore] * Fix class unpacked-array compile error (#2774). [Iru Cai] * Fix scope types in FST and VCD traces (#2805). [Alex Torregrosa] * Fix exceeding command-line ar limit (#2834). [Yinan Xu]