// -*- mode: C++; c-file-style: "cc-mode" -*- //************************************************************************* // Code available from: https://verilator.org // // 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-FileCopyrightText: 2003-2026 Wilson Snyder // SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 // //************************************************************************* // DESCRIPTION: Verilator: Precompilable header of V3Ast, multithreaded // //************************************************************************* #ifndef VERILATOR_V3PCHASTMT_H_ #define VERILATOR_V3PCHASTMT_H_ #ifdef VL_PCH_INCLUDED #error "Including multiple V3Pch*.h flavors" #endif #define VL_PCH_INCLUDED #include "config_build.h" #include "verilatedos.h" #include "V3Ast.h" #include "V3Broken.h" #include "V3Container.h" #include "V3Error.h" #include "V3FileLine.h" #include "V3FunctionTraits.h" #include "V3Global.h" #include "V3Mutex.h" #include "V3Number.h" #include "V3Options.h" #include "V3StdFuture.h" #include "V3String.h" #include #endif // Guard