mirror of
https://github.com/verilator/verilator.git
synced 2026-08-22 05:57:29 +02:00
Commentary: Changes update
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user