Commentary: Changes update
This commit is contained in:
parent
e80329a57b
commit
6b3e2ce971
1
Changes
1
Changes
|
|
@ -206,6 +206,7 @@ Verilator 5.049 devel
|
|||
* Fix lifetime of expression coverage variable (#7834). [Ryszard Rozak, Antmicro Ltd.]
|
||||
* Fix disable iff ignored when its condition is held continuously true (#7841). [Yilou Wang]
|
||||
* Fix constant pool cache after dead scope removal (#7845). [Nick Brereton]
|
||||
* Fix covergroups without --coverage (#7848) (#7849). [Joshua Leahy]
|
||||
|
||||
|
||||
Verilator 5.048 2026-04-26
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
import vltest_bootstrap
|
||||
|
||||
test.scenarios('simulator')
|
||||
test.scenarios('linter')
|
||||
|
||||
test.lint(verilator_flags2=["-libmap t/t_config_libmap_inc.map"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue