Commentary: Changes update
This commit is contained in:
parent
fb00eb3bc6
commit
caf624944f
4
Changes
4
Changes
|
|
@ -16,9 +16,11 @@ Verilator 5.047 devel
|
||||||
* Support inout inside SV interface (#3466) (#7134). [Nick Brereton]
|
* Support inout inside SV interface (#3466) (#7134). [Nick Brereton]
|
||||||
* Support array reduction methods with 'with' clause in constraints (#6455) (#6999). [Rahul Behl]
|
* Support array reduction methods with 'with' clause in constraints (#6455) (#6999). [Rahul Behl]
|
||||||
* Support constraint imperfect distributions (#6811) (#7168). [Yilou Wang]
|
* Support constraint imperfect distributions (#6811) (#7168). [Yilou Wang]
|
||||||
|
* Support force assignments to array elements of real type (#7048). [Ryszard Rozak, Antmicro Ltd.]
|
||||||
* Support VPI array indexing in signal names (#7097) (#7187). [Christian Hecken]
|
* Support VPI array indexing in signal names (#7097) (#7187). [Christian Hecken]
|
||||||
* Support soft constraint solving (#7124) (#7166). [Yilou Wang]
|
* Support soft constraint solving (#7124) (#7166). [Yilou Wang]
|
||||||
* Support constraints on fixed-size array of class object members (#7170) (#7183). [Yilou Wang]
|
* Support constraints on fixed-size array of class object members (#7170) (#7183). [Yilou Wang]
|
||||||
|
* Support Z non-blocking assignment (#7192) (#496) (#7197). [Nick Brereton]
|
||||||
* Add VPI callback support to --main (#7145).
|
* Add VPI callback support to --main (#7145).
|
||||||
* Add V3LiftExpr pass to lower impure expressions and calls (#7141) (#7164). [Geza Lore, Testorrent USA, Inc.]
|
* Add V3LiftExpr pass to lower impure expressions and calls (#7141) (#7164). [Geza Lore, Testorrent USA, Inc.]
|
||||||
* Add --func-recursion-depth CLI option (#7175) (#7179).
|
* Add --func-recursion-depth CLI option (#7175) (#7179).
|
||||||
|
|
@ -26,6 +28,7 @@ Verilator 5.047 devel
|
||||||
* Optimize size of trace declaration object code (#7150). [Szymon Gizler, Antmicro Ltd.]
|
* Optimize size of trace declaration object code (#7150). [Szymon Gizler, Antmicro Ltd.]
|
||||||
* Optimize function call return value temporaries (#7152). [Geza Lore, Testorrent USA, Inc.]
|
* Optimize function call return value temporaries (#7152). [Geza Lore, Testorrent USA, Inc.]
|
||||||
* Optimize conditional merging across some impure statements (#7159). [Geza Lore, Testorrent USA, Inc.]
|
* Optimize conditional merging across some impure statements (#7159). [Geza Lore, Testorrent USA, Inc.]
|
||||||
|
* Fix recursive default assignment for sub-arrays (#4589) (#7202). [Julian Carrier]
|
||||||
* Fix lambda coroutines (#6106) (#7135). [Nick Brereton]
|
* Fix lambda coroutines (#6106) (#7135). [Nick Brereton]
|
||||||
* Fix super constructor calls with local variables (#6214) (#6933). [Igor Zaworski, Antmicro Ltd.]
|
* Fix super constructor calls with local variables (#6214) (#6933). [Igor Zaworski, Antmicro Ltd.]
|
||||||
* Fix interface localparam dependencies and arbitrary nesting (#6936) (#7128) (#7188) (#7190). [em2machine]
|
* Fix interface localparam dependencies and arbitrary nesting (#6936) (#7128) (#7188) (#7190). [em2machine]
|
||||||
|
|
@ -37,6 +40,7 @@ Verilator 5.047 devel
|
||||||
* Fix eliminating assignments to DPI-read variables (#7158). [Geza Lore, Testorrent USA, Inc.]
|
* Fix eliminating assignments to DPI-read variables (#7158). [Geza Lore, Testorrent USA, Inc.]
|
||||||
* Fix std::randomize() in static function with static class members (#7167) (#7169). [Yilou Wang]
|
* Fix std::randomize() in static function with static class members (#7167) (#7169). [Yilou Wang]
|
||||||
* Fix recursive constant function in $unit scope (#7173) (#7174).
|
* Fix recursive constant function in $unit scope (#7173) (#7174).
|
||||||
|
* Fix library/hier_block tracing when top name is empty (#7200). [Geza Lore, Testorrent USA, Inc.]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.046 2026-02-28
|
Verilator 5.046 2026-02-28
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue