Commentary: Deprecation planned for 32-bit pointer -m32 mode (#4268).

This commit is contained in:
Wilson Snyder 2023-06-17 08:44:13 -04:00
parent d45deccc0a
commit e7de3d368f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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