mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
Commentary: Changes update
This commit is contained in:
parent
6b8531f0a6
commit
e3f3e3399f
6
Changes
6
Changes
@ -27,7 +27,13 @@ Verilator 5.021 devel
|
|||||||
* Fix `vpi_get()` and `vpi_get64()` to return vpiUndefined on errors (#4795). [Marlon James]
|
* Fix `vpi_get()` and `vpi_get64()` to return vpiUndefined on errors (#4795). [Marlon James]
|
||||||
* Fix VPI parameter iteration (#4798). [Marlon James]
|
* Fix VPI parameter iteration (#4798). [Marlon James]
|
||||||
* Fix delays using wrong timeunit when modules inlined (#4806). [Paul Wright]
|
* Fix delays using wrong timeunit when modules inlined (#4806). [Paul Wright]
|
||||||
|
* Fix warnings in verilated_sc_trace.h for Clang. (#4807) (#4827). [Anthony Donlon]
|
||||||
|
* Fix null pointer dereference (#4810) (#4825). [Adrian Sampson]
|
||||||
|
* Fix maybe-uninitialized compiler warning (#4820) (#4822). [Larry Doolittle]
|
||||||
* Fix mis-splitting of dump control functions (#4821). [Fan Shupei]
|
* Fix mis-splitting of dump control functions (#4821). [Fan Shupei]
|
||||||
|
* Fix wrong utimes() parameter (#4829). [Szymon Gizler]
|
||||||
|
* Fix incorrect bit-op-tree NOT optimization (#4832) (#4847). [Yutetsu TAKATSUKASA]
|
||||||
|
* Fix width calculation in replaceShiftOp (#4837) (#4841) (#4849). [Yutetsu TAKATSUKASA]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.020 2024-01-01
|
Verilator 5.020 2024-01-01
|
||||||
|
@ -902,6 +902,7 @@ recrem
|
|||||||
redeclaring
|
redeclaring
|
||||||
regs
|
regs
|
||||||
reloop
|
reloop
|
||||||
|
replaceShiftOp
|
||||||
resetall
|
resetall
|
||||||
respecified
|
respecified
|
||||||
rodata
|
rodata
|
||||||
@ -1015,6 +1016,7 @@ unsup
|
|||||||
untyped
|
untyped
|
||||||
urandom
|
urandom
|
||||||
uselib
|
uselib
|
||||||
|
utimes
|
||||||
uwire
|
uwire
|
||||||
uwires
|
uwires
|
||||||
vc
|
vc
|
||||||
|
Loading…
Reference in New Issue
Block a user