From 17c2512d03dc807c70c812199b95edb31c69e90f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 26 Jun 2025 18:35:49 -0400 Subject: [PATCH] Fix `pre_randomize`/`post_randomize` when no randomize (#6128). --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 991815d20..0395f46bf 100644 --- a/Changes +++ b/Changes @@ -77,9 +77,9 @@ Verilator 5.037 devel * Fix DFG binToOneHot table index missing driver (#6100). [Geza Lore] * Fix decoding octal string escapes with 1-2 digits (#6108). * Fix colon-divide operator without space (#6121). [Alex Solomatnikov] -* Fix `pre_randomize`/`post_randomize` when no randomize (#6122). [Alex Solomatnikov] * Fix variables declared in fork after taskify (#6126). [Kamil Rakoczy, Antmicro Ltd.] * Fix method calls without parenthesis (#6127). [Alex Solomatnikov] +* Fix `pre_randomize`/`post_randomize` when no randomize (#6128). [Alex Solomatnikov] Verilator 5.036 2025-04-27