Support compiling Verilator with gcc/clang precompiled headers (#4579)

This commit is contained in:
Wilson Snyder
2023-10-17 22:49:28 -04:00
committed by GitHub
parent 3bb9c7ee92
commit 431bb1ed16
115 changed files with 294 additions and 736 deletions
+1 -7
View File
@@ -23,16 +23,10 @@
//
//*************************************************************************
#define VL_MT_DISABLED_CODE_UNIT 1
#include "config_build.h"
#include "verilatedos.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Interface.h"
#include "V3Ast.h"
#include "V3Global.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################