Commentary: Changes update
This commit is contained in:
parent
c28200c53a
commit
ef498255f9
3
Changes
3
Changes
|
|
@ -25,6 +25,7 @@ Verilator 5.045 devel
|
|||
* Add error when accessing a non-static class field from a static function (#6948). [Artur Bieniek, Antmicro Ltd.]
|
||||
* Add VerilatedContext::useNumaAssign and set on threads() call (#6954). [Yangyu Chen]
|
||||
* Add coverage type information to verilator_coverage annotation output (#7131) (#7133).
|
||||
* Add --max-replication option (#7139). [Todd Strader]
|
||||
* Support modport expression syntax + nested (#2601) (#5581) (#7005). [Leela Pakanati]
|
||||
* Support nested interface as port connection (#5066) (#6986). [Leela Pakanati]
|
||||
* Support solve..before constraints (#5647) (#7123). [Yilou Wang]
|
||||
|
|
@ -129,6 +130,8 @@ Verilator 5.045 devel
|
|||
* Fix circular class reference %p-printing causing infinite recursion (#7106).
|
||||
* Fix too-short bit pack returning wrong value (#7111).
|
||||
* Fix randomize of real (#7115). [Srinivasan Venkataramanan]
|
||||
* Fix inlining of C functions with reloop locals (#7132). [Geza Lore, Testorrent USA, Inc.]
|
||||
* Fix segfault in EmitCSyms (#7142) (#7143). [Gilberto Abram]
|
||||
|
||||
|
||||
Verilator 5.044 2026-01-01
|
||||
|
|
|
|||
Loading…
Reference in New Issue