From 86871a40c1ec653e164fe5d7ca369bcc293df081 Mon Sep 17 00:00:00 2001 From: Mateusz Gancarz Date: Thu, 6 Mar 2025 08:17:26 +0100 Subject: [PATCH] [#74021] drop verilated_saif_sc.cpp file --- include/verilated_saif_sc.cpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 include/verilated_saif_sc.cpp diff --git a/include/verilated_saif_sc.cpp b/include/verilated_saif_sc.cpp deleted file mode 100644 index 991a3cdb9..000000000 --- a/include/verilated_saif_sc.cpp +++ /dev/null @@ -1,24 +0,0 @@ -// -*- mode: C++; c-file-style: "cc-mode" -*- -//============================================================================= -// -// THIS MODULE IS PUBLICLY LICENSED -// -// Copyright 2001-2025 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 tracing in SAIF for SystemC implementation code -/// -/// This file is deprecated, only verilated_saif_sc.h is needed. -/// It is provided only for backward compatibility with user's linker scripts. -/// -//============================================================================= - -#ifdef VL_NO_LEGACY -#error "verilated_saif_sc.cpp is deprecated; verilated_saif_sc.h is self-sufficient" -#endif