mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 18:06:07 +02:00
Support compiling Verilator with gcc/clang precompiled headers (#4579)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user