mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Commentary: Changes update
This commit is contained in:
parent
b1cc0c54c1
commit
2284cf595d
7
Changes
7
Changes
@ -15,7 +15,12 @@ Verilator 5.027 devel
|
|||||||
|
|
||||||
* Support state-dependent constraints (#5217). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support state-dependent constraints (#5217). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Support cross-module clocking variable access (#5184). [Arkadiusz Kozdra, Antmicro Ltd.]
|
* Support cross-module clocking variable access (#5184). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
|
* Support inline constraints for class randomization methods (#5234). [Krzysztof Boroński]
|
||||||
|
* Support clocking blocks in virtual interfaces (#5235). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
|
* Support `$assertcontrol` assertion_type (#5236). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
|
* Support conditional constraints (#5245). [Arkadiusz Kozdra, Antmicro Ltd.]
|
||||||
* Add `--compiler-include` for additional C++ includes (#5139) (#5202). [Bartłomiej Chmiel, Antmicro Ltd.]
|
* Add `--compiler-include` for additional C++ includes (#5139) (#5202). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
|
* Add `--emit-accessors` (#5182) (#5227). [Ryan Ziegler]
|
||||||
* Fix fusing macro arguments to not ignore whitespace (#5061). [Tudor Timi]
|
* Fix fusing macro arguments to not ignore whitespace (#5061). [Tudor Timi]
|
||||||
* Fix mis-removing $value$plusargs calls (#5127) (#5137). [Seth Pellegrino]
|
* Fix mis-removing $value$plusargs calls (#5127) (#5137). [Seth Pellegrino]
|
||||||
* Fix splitting if statements with impure conditions (#5219). [Bartłomiej Chmiel, Antmicro Ltd.]
|
* Fix splitting if statements with impure conditions (#5219). [Bartłomiej Chmiel, Antmicro Ltd.]
|
||||||
@ -23,6 +28,8 @@ Verilator 5.027 devel
|
|||||||
* Fix top-level unpacked structure resets (#5221).
|
* Fix top-level unpacked structure resets (#5221).
|
||||||
* Fix concurrency for mailbox and semaphores (#5222). [Liam Braun]
|
* Fix concurrency for mailbox and semaphores (#5222). [Liam Braun]
|
||||||
* Fix error on empty generate with -O0 (#5250).
|
* Fix error on empty generate with -O0 (#5250).
|
||||||
|
* Fix unconstrained randomization of unpacked structs (#5252). [Krzysztof Bieganski, Antmicro Ltd.]
|
||||||
|
* Fix inlining of variables driven from forced vars (#5259). [Geza Lore]
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.026 2024-06-15
|
Verilator 5.026 2024-06-15
|
||||||
|
@ -497,6 +497,7 @@ architected
|
|||||||
args
|
args
|
||||||
arrarys
|
arrarys
|
||||||
assertOn
|
assertOn
|
||||||
|
assertcontrol
|
||||||
astgen
|
astgen
|
||||||
async
|
async
|
||||||
atClone
|
atClone
|
||||||
@ -701,6 +702,7 @@ genvar
|
|||||||
genvars
|
genvars
|
||||||
getenv
|
getenv
|
||||||
getline
|
getline
|
||||||
|
getter
|
||||||
ggdb
|
ggdb
|
||||||
glibc
|
glibc
|
||||||
gmake
|
gmake
|
||||||
|
Loading…
Reference in New Issue
Block a user