We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor:
+verilator+coverage+file
--assert-case
--decorations node
--json-only
--[no]-stop-fail
--runtime-debug
--valgrind
unroll_disable
unroll_full
gcc -m32
--main
--stats
vpiConstType
vpi_get_str()
this
vpi_get()
vpi_get64()
--trace
-fno-inline
$dumpvars
$dumpfile
pragma protect version
The text was updated successfully, but these errors were encountered:
verilator: Update to 5.022
da00fd4
Release notes [here](verilator/verilator-announce#68)
No branches or pull requests
Verilator 5.022 2024-02-24
Minor:
+verilator+coverage+file
runtime option.--assert-case
option (Add --assert-case option verilator#4919). [Yutetsu TAKATSUKASA]--decorations node
for inserting debug comments into emitted code.--json-only
and related JSON dumping (Add JSON AST dumps verilator#4715) (Add JSON serialization format verilator#4831). [Szymon Gizler, Antmicro Ltd.]--[no]-stop-fail
option for continuing after assertions (Add --[no]-stop-fail option verilator#4904). [Yutetsu TAKATSUKASA]--runtime-debug
for Verilated executable runtime debugging.--valgrind
switch ( Add --valgrind switch verilator#4828). [Szymon Gizler]unroll_disable
andunroll_full
loop control metacomments (always_unroll pragma verilator#3260). [Jiaxun Yang]gcc -m32
).--main
.--stats
(Dump DFG patterns with --stats verilator#4889). [Geza Lore]vpiConstType
invpi_get_str()
(AddvpiConstType
support tovpi_get_str()
verilator#4797). [Marlon James]this
in member initialization (Support 'this' in member initialization verilator#4710). [eliasphanna]vpi_get()
andvpi_get64()
to return vpiUndefined on errors (VPI: vpi_get() should return vpiUndefined when error occurs verilator#4795). [Marlon James]--trace
and-fno-inline
verilator#4810) (Avoid null pointer dereference from #4810 verilator#4825). [Adrian Sampson]$dumpvars
before$dumpfile
verilator#4821). [Fan Shupei]pragma protect version
(Too strict with whitespace in pragma protect verilator#4902) (Allow whitespace around equals in pragma protect version=1 (#4902) verilator#4914). [Paul Swirhun]The text was updated successfully, but these errors were encountered: