mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Commentary: Deprecation planned for 32-bit pointer -m32 mode (#4268).
This commit is contained in:
parent
d45deccc0a
commit
e7de3d368f
2
Changes
2
Changes
@ -13,7 +13,7 @@ Verilator 5.013 devel
|
||||
|
||||
**Minor:**
|
||||
|
||||
* TBD
|
||||
* Deprecation planned for 32-bit pointer -m32 mode (#4268).
|
||||
|
||||
|
||||
Verilator 5.012 2023-06-13
|
||||
|
@ -17,6 +17,11 @@ C++11 compiler support
|
||||
Verilator will require C++20 or newer compilers for both compiling
|
||||
Verilator and compiling all Verilated models no sooner than January 2025.
|
||||
|
||||
32-bit compiler support
|
||||
Verilator currently regresses both 64-bit and 32-bit pointer modes (GCC's
|
||||
`-m64` and `-m32`). Support for 32-bit `-m32` mode will be deprecated no
|
||||
sooner than January 2024.
|
||||
|
||||
Verilated_heavy.h
|
||||
The legacy "verilated_heavy.h" include was replaced with just including
|
||||
"verilated.h". Verilated_heavy.h is planned for removal no sooner than
|
||||
|
Loading…
Reference in New Issue
Block a user