From 0a3de7c74a0d09672b92e393b8f9b2b0966ad7d2 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 7 Apr 2025 08:32:31 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 3 ++- docs/guide/files.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index a025bd983..3d95c097f 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,7 @@ Verilator 5.035 devel **Important:** -* Add `--trace-saif` for SAIF power traces (#5812). [Mateusz Gancarz] +* Add `--trace-saif` for SAIF power traces (#5812) (#5914). [Mateusz Gancarz] * Change `--output-groups` to default to value of `--build-jobs` (#5751). Those using build farms may need to now use `--output-groups 0` or otherwise. @@ -70,6 +70,7 @@ Verilator 5.035 devel * Fix delayed assignment malformed LHS assertion (#5904). * Fix segfault in fork synchronization (#5906). [Krzysztof Bieganski, Antmicro Ltd.] * Fix `new this` (#5909). +* Fix LATCH warning for automatic variables (#5918). [Yutetsu TAKATSUKASA] Verilator 5.034 2025-02-24 diff --git a/docs/guide/files.rst b/docs/guide/files.rst index 928ade947..1b33c259b 100644 --- a/docs/guide/files.rst +++ b/docs/guide/files.rst @@ -65,9 +65,9 @@ For --cc/--sc, it creates: * - *{prefix}*\ ___024root\ *{__DepSet_hash__n}*\ .cpp - Infrequent cold routines (hashed to reduce build times) * - *{prefix}*\ ___024root__Trace\ *{__n}*\ .cpp - - Wave file generation code (from --trace-*) + - Wave file generation code (from --trace-\*) * - *{prefix}*\ ___024root__Trace__Slow\ *{__n}*\ .cpp - - Wave file generation code (from --trace-*) + - Wave file generation code (from --trace-\*) * - *{prefix}*\ __Dpi.h - DPI import and export declarations (from --dpi) * - *{prefix}*\ __Dpi.cpp