forked from github/verilator
Remove unused headers (#2389)
This commit is contained in:
parent
611e8b10c6
commit
95534fa5c5
@ -30,7 +30,6 @@
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <sstream>
|
||||
#include <tgmath.h>
|
||||
#include <sys/stat.h> // mkdir
|
||||
|
||||
// clang-format off
|
||||
|
@ -36,17 +36,12 @@
|
||||
#include "gtkwave/lz4.c"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
#include <ctime>
|
||||
#include <fcntl.h>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
# include <io.h>
|
||||
#else
|
||||
# include <stdint.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <cerrno>
|
||||
#include <ctime>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
# include <io.h>
|
||||
@ -35,8 +34,6 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "verilated_intrinsics.h"
|
||||
|
||||
// SPDIFF_ON
|
||||
|
||||
#ifndef O_LARGEFILE // For example on WIN32
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
|
||||
//======================================================================
|
||||
// Internal constants
|
||||
|
@ -23,9 +23,6 @@
|
||||
#include "V3GraphDfa.h"
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
|
||||
//######################################################################
|
||||
// Assert class functions
|
||||
|
||||
|
@ -23,9 +23,6 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3AssertPre.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
|
||||
//######################################################################
|
||||
// Assert class functions
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "V3Broken.h"
|
||||
#include "V3String.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <memory>
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "V3PartitionGraph.h" // Just for mtask dumping
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <vector>
|
||||
|
||||
|
@ -30,12 +30,9 @@
|
||||
|
||||
#include "V3Global.h"
|
||||
#include "V3Begin.h"
|
||||
#include "V3Inst.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "V3Branch.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "V3AstConstOnly.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
|
||||
//######################################################################
|
||||
|
@ -32,10 +32,7 @@
|
||||
#include "V3CCtors.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
class V3CCtorsVisitor {
|
||||
private:
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
#define CASE_OVERLAP_WIDTH 16 // Maximum width we can check for overlaps in
|
||||
#define CASE_BARF 999999 // Magic width when non-constant
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Cast state, as a visitor of each AstNode
|
||||
|
@ -33,12 +33,9 @@
|
||||
#include "V3File.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <deque>
|
||||
#include <iomanip>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#define CDC_WEIGHT_ASYNC 0x1000 // Weight for edges that feed async logic
|
||||
|
||||
|
@ -35,8 +35,6 @@
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <set>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Clean state, as a visitor of each AstNode
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Clock state, as a visitor of each AstNode
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "V3Simulate.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "V3Coverage.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "V3Hashed.h"
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "V3Dead.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -57,7 +57,6 @@
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <deque>
|
||||
#include <map>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "V3Ast.h"
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include "V3TSP.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
@ -22,10 +22,7 @@
|
||||
#include "V3EmitCBase.h"
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -22,10 +22,7 @@
|
||||
#include "V3EmitCBase.h"
|
||||
#include "V3EmitCMain.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -23,10 +23,7 @@
|
||||
#include "V3LanguageWords.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -22,9 +22,6 @@
|
||||
#include "V3EmitXml.h"
|
||||
#include "V3EmitCBase.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -23,8 +23,6 @@
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
//======================================================================
|
||||
// Statics
|
||||
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Expand state, as a visitor of each AstNode
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3File.h"
|
||||
#include "V3Os.h"
|
||||
#include "V3PreShell.h"
|
||||
#include "V3String.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
|
@ -22,9 +22,7 @@
|
||||
#include "V3FileLine.h"
|
||||
#include "V3String.h"
|
||||
#ifndef _V3ERROR_NO_GLOBAL_
|
||||
# include "V3Ast.h"
|
||||
# include "V3Global.h"
|
||||
# include "V3Stats.h"
|
||||
# include "V3Config.h"
|
||||
# include "V3File.h"
|
||||
#endif
|
||||
@ -32,7 +30,6 @@
|
||||
// clang-format on
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
||||
|
@ -33,11 +33,8 @@
|
||||
#include "V3Hashed.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
||||
typedef std::list<AstNodeVarRef*> GateVarRefList;
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include "V3GenClk.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// GenClk state, as a visitor of each AstNode
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "V3File.h"
|
||||
#include "V3Graph.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "V3Graph.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "V3GraphAlg.h"
|
||||
#include "V3GraphPathChecker.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "V3GraphDfa.h"
|
||||
#include "V3GraphAlg.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <stack>
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "V3Graph.h"
|
||||
#include "V3GraphDfa.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
//######################################################################
|
||||
// Test class
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "V3File.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "V3String.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
||||
|
@ -27,11 +27,9 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3Inst.h"
|
||||
#include "V3Ast.h"
|
||||
#include "V3Changed.h"
|
||||
#include "V3Const.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Inst state, as a visitor of each AstNode
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "V3Ast.h"
|
||||
#include "V3Const.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <memory> // for vl_unique_ptr -> auto_ptr or unique_ptr
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "V3Graph.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
@ -71,7 +71,6 @@
|
||||
#include "V3String.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -44,8 +44,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -25,10 +25,7 @@
|
||||
#include "V3LinkLValue.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
// Link state, as a visitor of each AstNode
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "V3Config.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
@ -33,9 +33,7 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
// Link state, as a visitor of each AstNode
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -25,12 +25,8 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3Name.h"
|
||||
#include "V3Ast.h"
|
||||
#include "V3File.h"
|
||||
#include "V3LanguageWords.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Name state, as a visitor of each AstNode
|
||||
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
|
||||
#define MAX_SPRINTF_DOUBLE_SIZE 1100 // Maximum characters with a sprintf %e/%f/%g (really 1079)
|
||||
|
||||
|
@ -94,7 +94,6 @@
|
||||
#include "V3OrderGraph.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <deque>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
|
@ -29,17 +29,13 @@
|
||||
#include "verilatedos.h"
|
||||
|
||||
// Limited V3 headers here - this is a base class for Vlc etc
|
||||
#include "V3Global.h"
|
||||
#include "V3String.h"
|
||||
#include "V3Os.h"
|
||||
|
||||
#include <cerrno>
|
||||
#include <climits>
|
||||
#include <cstdarg>
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <memory>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
@ -54,7 +50,7 @@
|
||||
# include <thread>
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
# include <sys/wait.h>
|
||||
# include <sys/wait.h> // Needed on FreeBSD for WIFEXITED
|
||||
# include <unistd.h> // usleep
|
||||
#endif
|
||||
// clang-format on
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include "V3Unroll.h"
|
||||
#include "V3Hashed.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <deque>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
@ -34,8 +34,6 @@
|
||||
#include "V3PreShell.h"
|
||||
#include "V3LanguageWords.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
//======================================================================
|
||||
|
@ -17,12 +17,8 @@
|
||||
#include "config_build.h"
|
||||
#include "verilatedos.h"
|
||||
|
||||
#include "V3Error.h"
|
||||
#include "V3Global.h"
|
||||
#include "V3File.h"
|
||||
#include "V3ParseImp.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <fstream>
|
||||
|
||||
//======================================================================
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "V3Os.h"
|
||||
#include "V3File.h"
|
||||
#include "V3GraphAlg.h"
|
||||
#include "V3GraphPathChecker.h"
|
||||
#include "V3GraphStream.h"
|
||||
#include "V3InstrCount.h"
|
||||
#include "V3Partition.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "V3PreShell.h"
|
||||
#include "V3String.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <cstdlib>
|
||||
#include <fstream>
|
||||
#include <stack>
|
||||
|
@ -25,10 +25,7 @@
|
||||
#include "V3Os.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
#include <set>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -32,8 +32,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <list>
|
||||
|
||||
//######################################################################
|
||||
// Structure for global state
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3String.h"
|
||||
#include "V3ProtectLib.h"
|
||||
#include "V3File.h"
|
||||
#include "V3Hashed.h"
|
||||
#include "V3Task.h"
|
||||
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
#define RELOOP_MIN_ITERS 40 // Need at least this many loops to do this optimization
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
|
@ -42,8 +42,6 @@
|
||||
#include "V3Slice.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
//*************************************************************************
|
||||
|
||||
class SliceVisitor : public AstNVisitor {
|
||||
|
@ -87,7 +87,6 @@
|
||||
#include "V3Graph.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
|
@ -29,10 +29,7 @@
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -114,7 +114,6 @@
|
||||
#include "verilatedos.h"
|
||||
|
||||
#include "V3Ast.h"
|
||||
#include "V3Const.h"
|
||||
#include "V3Global.h"
|
||||
#include "V3SplitVar.h"
|
||||
#include "V3Stats.h"
|
||||
|
@ -20,12 +20,10 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
#include "V3File.h"
|
||||
|
||||
// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
|
||||
#include "V3AstConstOnly.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "V3File.h"
|
||||
#include "V3Os.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
|
@ -27,12 +27,10 @@
|
||||
|
||||
#include "V3Global.h"
|
||||
#include "V3Subst.h"
|
||||
#include "V3Const.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -28,17 +28,12 @@
|
||||
#include "V3Graph.h"
|
||||
#include "V3TSP.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <fstream>
|
||||
#include <limits>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include VL_INCLUDE_UNORDERED_SET
|
||||
#include VL_INCLUDE_UNORDERED_MAP
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdarg>
|
||||
#include <deque>
|
||||
|
||||
//######################################################################
|
||||
|
@ -29,13 +29,11 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3Const.h"
|
||||
#include "V3Task.h"
|
||||
#include "V3Inst.h"
|
||||
#include "V3Ast.h"
|
||||
#include "V3EmitCBase.h"
|
||||
#include "V3Graph.h"
|
||||
#include "V3LinkLValue.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -60,14 +60,11 @@
|
||||
#include "V3Global.h"
|
||||
#include "V3Tristate.h"
|
||||
#include "V3Ast.h"
|
||||
#include "V3Const.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3Inst.h"
|
||||
#include "V3Stats.h"
|
||||
#include "V3Graph.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <map>
|
||||
|
||||
//######################################################################
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "V3Ast.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
#include <vector>
|
||||
|
||||
//######################################################################
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "V3Stats.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
#include "V3Simulate.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Unroll state, as a visitor of each AstNode
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "V3Waiver.h"
|
||||
|
||||
#include <memory>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
void V3Waiver::addEntry(V3ErrorCode errorCode, const std::string& filename,
|
||||
|
@ -74,7 +74,6 @@
|
||||
#include "V3Task.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdarg>
|
||||
|
||||
// More code; this file was getting too large; see actions there
|
||||
#define _V3WIDTH_CPP_
|
||||
|
@ -33,8 +33,6 @@
|
||||
#include "V3Width.h"
|
||||
#include "V3Const.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
//######################################################################
|
||||
// Width state, as a visitor of each AstNode
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include "V3Inst.h"
|
||||
#include "V3Life.h"
|
||||
#include "V3LifePost.h"
|
||||
#include "V3LinkCells.h"
|
||||
#include "V3LinkDot.h"
|
||||
#include "V3LinkJump.h"
|
||||
#include "V3LinkInc.h"
|
||||
@ -70,7 +69,6 @@
|
||||
#include "V3Order.h"
|
||||
#include "V3Os.h"
|
||||
#include "V3Param.h"
|
||||
#include "V3Parse.h"
|
||||
#include "V3ParseSym.h"
|
||||
#include "V3Partition.h"
|
||||
#include "V3PreShell.h"
|
||||
@ -99,7 +97,6 @@
|
||||
#include "V3Width.h"
|
||||
|
||||
#include <ctime>
|
||||
#include <sys/stat.h>
|
||||
|
||||
V3Global v3Global;
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <sys/stat.h>
|
||||
|
||||
//######################################################################
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include "V3ParseImp.h" // Defines YYTYPE; before including bison header
|
||||
#include "V3ParseBison.h" // Generated by bison
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
extern void yyerror(const char*);
|
||||
extern void yyerrorf(const char* format, ...);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user