From 7a32771c7ec4f47edbf83f27a58ec6f9ddd0d64c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 16 Jul 2025 17:26:01 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 6 +++++- docs/Makefile | 7 ++++++- docs/spelling.txt | 1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c5323559b..44758dd21 100644 --- a/Changes +++ b/Changes @@ -16,18 +16,22 @@ Verilator 5.039 devel * Add ENUMITEMWIDTH error, and apply to X-extended and ranged values. * Add NOEFFECT warning, replacing previous `foreach` error. * Support member-level triggers for virtual interfaces (#5166) (#6148). [Yilou Wang] +* Support disabling a fork in additional contexts (#5432 partial) (#6174) (#6183). [Ryszard Rozak, Antmicro Ltd.] * Support disable dotted references (#6154). [Ryszard Rozak, Antmicro Ltd.] * Support randomize() on class member selects (#6161). [Igor Zaworski, Antmicro Ltd.] * Support multiple variables on RHS of a `force` assignment (#6163). [Artur Bieniek, Antmicro Ltd.]] +* Support covergroup extends, etc., as unsupported (#6160). [Artur Bieniek, Antmicro Ltd.] * Change control file `public_flat_*` and other signal attributes to support __ in names (#6140). * Fix constructor parameters in inheritance hierarchies (#6036) (#6070). [Petr Nohavica] * Fix cmake `-Wno` compiler flag testing (#6145). [Martin Stadler] * Fix class extends dotted error (#6162). [Igor Zaworski, Antmicro Ltd.] * Fix genvar error with `-O0` (#6165). [Max Wipfli] * Fix uninitialized thread PGO counters (#6167). [Bartłomiej Chmiel, Antmicro Ltd.] -* Fix additional UNOPTFLAT combinational cycles automatically in DFG (#6168) (#6173). [Geza Lore] +* Fix additional UNOPTFLAT combinational cycles automatically in DFG (#6168) (#6173) (#6176). [Geza Lore] * Fix omitting error when assigning to an input (#6169). [Artur Bieniek, Antmicro Ltd.]] * Fix param-dependent class typedef linking (#6171). [Igor Zaworski, Antmicro Ltd.] +* Fix `--coverage-expr` null pointer dereference (#6181). [Igor Zaworski, Antmicro Ltd.] +* Fix conflicting function/class name linking error (#6182). [Igor Zaworski, Antmicro Ltd.] Verilator 5.038 2025-07-08 diff --git a/docs/Makefile b/docs/Makefile index 98b2f47d8..9ee03aa73 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -68,11 +68,16 @@ pdf: ###################################################################### -html latex linkcheck spelling:: +html latex linkcheck:: $(MAKE) vl-extract $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(PYTHON3) bin/vl_sphinx_fix _build +spelling:: + $(MAKE) vl-extract + $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) + sort -o guide/spelling.txt guide/spelling.txt + help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) diff --git a/docs/spelling.txt b/docs/spelling.txt index b8cdf4132..118898847 100644 --- a/docs/spelling.txt +++ b/docs/spelling.txt @@ -601,6 +601,7 @@ coroutines countbits countones cout +covergroup cpp cppstyle cpu