Commentary: Changes update

This commit is contained in:
Wilson Snyder
2025-03-12 07:58:26 -04:00
parent a5eb9a5b9d
commit 64caa700d3
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@ Verilator 5.035 devel
* Support force/release with a variable reference (#5721) (#5810). [Bartłomiej Chmiel, Antmicro Ltd.] * Support force/release with a variable reference (#5721) (#5810). [Bartłomiej Chmiel, Antmicro Ltd.]
* Add check for `let` misused in statement context (#5733). * Add check for `let` misused in statement context (#5733).
* Add used language to `--preproc-resolve` output (#5795). [Kamil Rakoczy, Antmicro Ltd.] * Add used language to `--preproc-resolve` output (#5795). [Kamil Rakoczy, Antmicro Ltd.]
* Add `--make json` to enable integration with non-make/cmake build systems (#5799). [Andrew Voznytsa]
* Add empty veriuser.h for legacy compatibility. * Add empty veriuser.h for legacy compatibility.
* Optimize automatic splitting of some packed variables (#5843). [Geza Lore] * Optimize automatic splitting of some packed variables (#5843). [Geza Lore]
* Fix foreach of associative array inside a constraint block (#5727) (#5841). [Yilou Wang] * Fix foreach of associative array inside a constraint block (#5727) (#5841). [Yilou Wang]
+6 -4
View File
@@ -912,10 +912,12 @@ Summary:
Generates a script for the specified build tool. Generates a script for the specified build tool.
Supported values are ``gmake`` for GNU Make and ``cmake`` for CMake. Supported values are ``gmake`` for GNU Make, or ``cmake`` for CMake, or
Both can be specified together. If no build tool is specified, gmake is ``json`` to create a JSON file to feed other build tools.
assumed. The executable of gmake can be configured via the environment
variable :option:`MAKE`. Multiple options can be specified together. If no build tool is
specified, gmake is assumed. The executable of gmake can be configured
via the environment variable :option:`MAKE`.
When using :vlopt:`--build`, Verilator takes over the responsibility of When using :vlopt:`--build`, Verilator takes over the responsibility of
building the model library/executable. For this reason :option:`--make` building the model library/executable. For this reason :option:`--make`