diff --git a/docs/guide/deprecations.rst b/docs/guide/deprecations.rst index 253689b0a..df4c7d2ac 100644 --- a/docs/guide/deprecations.rst +++ b/docs/guide/deprecations.rst @@ -22,11 +22,6 @@ C++11 compiler support `-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 - July 2022. - Option `-O` The debug `-O` options have been replaced with `-fno-` debug options to match GCC. The old options are diff --git a/include/verilated_heavy.h b/include/verilated_heavy.h deleted file mode 100644 index d6fc2d97c..000000000 --- a/include/verilated_heavy.h +++ /dev/null @@ -1,31 +0,0 @@ -// -*- mode: C++; c-file-style: "cc-mode" -*- -//************************************************************************* -// -// Code available from: https://verilator.org -// -// Copyright 2010-2023 by Wilson Snyder. This program is free software; you can -// redistribute it and/or modify it under the terms of either the GNU -// Lesser General Public License Version 3 or the Perl Artistic License -// Version 2.0. -// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 -// -//************************************************************************* -/// -/// \file -/// \brief Verilated old string and data-type header -/// -/// This file is deprecated, and provided for backwards compatibility. -/// Include verilated.h instead. -/// -//************************************************************************* - -#ifndef VERILATOR_VERILATED_HEAVY_H_ -#define VERILATOR_VERILATED_HEAVY_H_ - -#ifdef VL_NO_LEGACY -#error "Include instead of " -#endif - -#include "verilated.h" - -#endif // Guard diff --git a/test_regress/t/t_verilated_all.pl b/test_regress/t/t_verilated_all.pl index 4cdd44194..990e34c5d 100755 --- a/test_regress/t/t_verilated_all.pl +++ b/test_regress/t/t_verilated_all.pl @@ -56,7 +56,6 @@ foreach my $file (sort keys %hit) { if (!$hit{$file} && $file !~ /_sc/ && $file !~ /_fst/ - && $file !~ /_heavy/ && ($file !~ /_timing/ || $Self->have_coroutines) && ($file !~ /_thread/)) { error("Include file not covered by t_verilated_all test: ", $file);