Commentary: Changes update
This commit is contained in:
parent
5dc8fb5b4f
commit
3d57256070
8
Changes
8
Changes
|
|
@ -19,8 +19,14 @@ Verilator 5.023 devel
|
||||||
|
|
||||||
**Minor:**
|
**Minor:**
|
||||||
|
|
||||||
* Fix invalid cast on string structure creation (#4921). [esynr3z]
|
* Add DFG 'regularize' pass, and improve variable removal (#4937). [Geza Lore]
|
||||||
|
* Support public packed struct / union (#860) (#4878). [Kefa Chen]
|
||||||
|
* Change installation to be relocatable (#4927). [Geza Lore]
|
||||||
* Fix __Vlip undefined error in --freloop (#4824). [Justin Yao Du]
|
* Fix __Vlip undefined error in --freloop (#4824). [Justin Yao Du]
|
||||||
|
* Fix invalid cast on string structure creation (#4921). [esynr3z]
|
||||||
|
* Fix try-lock spuriously fails (#4931) (#4938). [Kamil Rakoczy]
|
||||||
|
* Fix V3Unknown unpacked struct x-assign (#4934). [Yan Xu]
|
||||||
|
* Fix DFG removing forceable signals (#4942). [Geza Lore]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.022 2024-02-24
|
Verilator 5.022 2024-02-24
|
||||||
|
|
|
||||||
|
|
@ -1346,7 +1346,7 @@ List Of Warnings
|
||||||
|
|
||||||
.. code-block:: sv
|
.. code-block:: sv
|
||||||
:linenos:
|
:linenos:
|
||||||
:emphasize-lines: 5-6
|
:emphasize-lines: 2
|
||||||
|
|
||||||
`define ZERO 0
|
`define ZERO 0
|
||||||
`ifdef (ZERO || ZERO) //<--- warning PREPROCZERO
|
`ifdef (ZERO || ZERO) //<--- warning PREPROCZERO
|
||||||
|
|
|
||||||
|
|
@ -438,6 +438,7 @@ Verilog
|
||||||
Vighnesh
|
Vighnesh
|
||||||
Viktor
|
Viktor
|
||||||
Vilp
|
Vilp
|
||||||
|
Vlip
|
||||||
Vm
|
Vm
|
||||||
Vukobratovic
|
Vukobratovic
|
||||||
Wai
|
Wai
|
||||||
|
|
@ -461,6 +462,7 @@ Xiaoliang
|
||||||
Xiaoyi
|
Xiaoyi
|
||||||
Xuan
|
Xuan
|
||||||
Xuanqi
|
Xuanqi
|
||||||
|
Yao
|
||||||
Yazdanbakhsh
|
Yazdanbakhsh
|
||||||
Yernagula
|
Yernagula
|
||||||
Yi
|
Yi
|
||||||
|
|
@ -639,6 +641,7 @@ envvar
|
||||||
eof
|
eof
|
||||||
errae
|
errae
|
||||||
erroring
|
erroring
|
||||||
|
esynr
|
||||||
et
|
et
|
||||||
eval
|
eval
|
||||||
evals
|
evals
|
||||||
|
|
@ -670,6 +673,7 @@ foreach
|
||||||
fprintf
|
fprintf
|
||||||
fprofile
|
fprofile
|
||||||
fread
|
fread
|
||||||
|
freloop
|
||||||
frewind
|
frewind
|
||||||
fs
|
fs
|
||||||
fscanf
|
fscanf
|
||||||
|
|
@ -965,8 +969,11 @@ sv
|
||||||
svBitVal
|
svBitVal
|
||||||
svBitVecVal
|
svBitVecVal
|
||||||
svGet
|
svGet
|
||||||
|
svGetTime
|
||||||
|
svGetTimePrecision
|
||||||
svLogicVal
|
svLogicVal
|
||||||
svdpi
|
svdpi
|
||||||
|
svgGetTimeUnit
|
||||||
swrite
|
swrite
|
||||||
sys
|
sys
|
||||||
systemc
|
systemc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue