From 4aa0ea3f27af92ec86c4364c3beade0b457cde54 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Thu, 5 Feb 2026 06:56:31 +0000 Subject: [PATCH] Commentary: Changes update --- Changes | 12 ++++++------ nodist/log_changes | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 6fc89c2f0..e5cfa7832 100644 --- a/Changes +++ b/Changes @@ -28,12 +28,12 @@ Verilator 5.045 devel * Support `extern module` as a forward-declaration that is ignored. * Remove deprecated `--xml-only`. * Remove deprecated `--make cmake`. -* Change metacomment extra underscore error to BADVLTPRAGMA warning (#6968). [Geza Lore] -* Optimize string temporaries to not be localized (#6969). [Geza Lore] -* Optimize wide word shifts by multiple of word size (#6970). [Geza Lore] -* Optimize concatenations that produce unused bits in DFG (#6971). [Geza Lore] -* Optimize more wide operation temporaries with substitution (#6972). [Geza Lore] -* Optimize right shifts as clean (#6981). [Geza Lore] +* Change metacomment extra underscore error to BADVLTPRAGMA warning (#6968). [Geza Lore, Testorrent USA, Inc.] +* Optimize string temporaries to not be localized (#6969). [Geza Lore, Testorrent USA, Inc.] +* Optimize wide word shifts by multiple of word size (#6970). [Geza Lore, Testorrent USA, Inc.] +* Optimize concatenations that produce unused bits in DFG (#6971). [Geza Lore, Testorrent USA, Inc.] +* Optimize more wide operation temporaries with substitution (#6972). [Geza Lore, Testorrent USA, Inc.] +* Optimize right shifts as clean (#6981). [Geza Lore, Testorrent USA, Inc.] * Fix parameterized virtual interface references that have no model references (#4286). * Fix variable reference lookup for module-level variables (#6741) (#6882). [Yilou Wang] * Fix MULTIDRIVEN with task and default driver (#4045) (#6858). [em2machine] diff --git a/nodist/log_changes b/nodist/log_changes index 1ed9f0981..293fb5c50 100755 --- a/nodist/log_changes +++ b/nodist/log_changes @@ -58,6 +58,8 @@ def process() -> None: author = am.group(1) if re.search(r'antmicro', email): author += ", Antmicro Ltd." + if re.search(r'tenstorrent', email): + author += ", Testorrent USA, Inc." if re.search(r'github action', author): author = "" continue