mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +00:00
Commentary: Changes update
This commit is contained in:
parent
9a0254a118
commit
4286af3599
13
Changes
13
Changes
@ -16,10 +16,21 @@ Verilator 5.019 devel
|
|||||||
* Support compilation with precompiled headers with Make and GCC or CLang.
|
* Support compilation with precompiled headers with Make and GCC or CLang.
|
||||||
* Change include of systemc instead of systemc.h (#4622) (#4623). [Chih-Mao Chen]
|
* Change include of systemc instead of systemc.h (#4622) (#4623). [Chih-Mao Chen]
|
||||||
This may require that SystemC programs add 'using namespace sc_core', 'using namespace sc_dt'.
|
This may require that SystemC programs add 'using namespace sc_core', 'using namespace sc_dt'.
|
||||||
* Optimize timing-delayed queue (#4584). [qrqiuren]
|
|
||||||
|
|
||||||
**Minor:**
|
**Minor:**
|
||||||
|
|
||||||
|
* Support ccache when compiling Verilator with CMake (#4678). [Anthony Donlon]
|
||||||
|
* Remove deprecated options (#4663). [Geza Lore]
|
||||||
|
* Optimize timing-delayed queue (#4584). [qrqiuren]
|
||||||
|
* Fix VPI TOP level variable iteration (#3919) (#4618). [Marlon James]
|
||||||
|
* Fix scheduling of external force signals (#4577) (#4668). [Geza Lore]
|
||||||
|
* Fix a memory leak in V3Fork (#4628). [Krzysztof Boroński]
|
||||||
|
* Fix linking parameterized hierarchical blocks and recursive hierarchical blocks (#4654). [Anthony Donlon]
|
||||||
|
* Fix identifiers that end with '_' on Windows (#4655). [Anthony Donlon]
|
||||||
|
* Fix interface parameters used in loop generate constructs (#4664) (#4665). [Anthony Donlon]
|
||||||
|
* Fix MingW compilation (#4675). [David Ledger]
|
||||||
|
* Fix trace when using SystemC with certain configurations (#4676). [Anthony Donlon]
|
||||||
|
* Fix C++20 compilation errors (#4670).
|
||||||
|
|
||||||
|
|
||||||
Verilator 5.018 2023-10-30
|
Verilator 5.018 2023-10-30
|
||||||
|
@ -703,6 +703,7 @@ miree
|
|||||||
mis
|
mis
|
||||||
misconnected
|
misconnected
|
||||||
misconversion
|
misconversion
|
||||||
|
misoptimized
|
||||||
missized
|
missized
|
||||||
mk
|
mk
|
||||||
mno
|
mno
|
||||||
@ -810,6 +811,7 @@ pvalue
|
|||||||
pwd
|
pwd
|
||||||
py
|
py
|
||||||
qrq
|
qrq
|
||||||
|
qrqiuren
|
||||||
radix
|
radix
|
||||||
randc
|
randc
|
||||||
randcase
|
randcase
|
||||||
|
Loading…
Reference in New Issue
Block a user