mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 08:42:46 +02:00
Support compiling Verilator with gcc/clang precompiled headers (#4579)
This commit is contained in:
+1
-8
@@ -110,20 +110,13 @@
|
||||
//
|
||||
//*************************************************************************
|
||||
|
||||
#define VL_MT_DISABLED_CODE_UNIT 1
|
||||
|
||||
#include "config_build.h"
|
||||
#include "verilatedos.h"
|
||||
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
|
||||
|
||||
#include "V3SplitVar.h"
|
||||
|
||||
#include "V3Ast.h"
|
||||
#include "V3Global.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3UniqueNames.h"
|
||||
|
||||
#include <algorithm> // sort
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user