From e7de3d368f9cad95332c5d45ba6781ce1d6cf54e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 17 Jun 2023 08:44:13 -0400 Subject: [PATCH] Commentary: Deprecation planned for 32-bit pointer -m32 mode (#4268). --- Changes | 2 +- docs/guide/deprecations.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index be75235c4..1e50c5310 100644 --- a/Changes +++ b/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 diff --git a/docs/guide/deprecations.rst b/docs/guide/deprecations.rst index 1fd8252fd..253689b0a 100644 --- a/docs/guide/deprecations.rst +++ b/docs/guide/deprecations.rst @@ -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