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 -4
View File
@@ -14,15 +14,12 @@
//
//*************************************************************************
#include "config_build.h"
#include "verilatedos.h"
#include "V3PchAstMT.h"
#include "V3EmitC.h"
#include "V3EmitCConstInit.h"
#include "V3File.h"
#include "V3Global.h"
#include "V3Stats.h"
#include "V3String.h"
#include <algorithm>
#include <cinttypes>