Fix header order botched by clang-format in recent commit.

This commit is contained in:
Wilson Snyder 2023-10-18 06:37:46 -04:00
parent 51a18225ad
commit b5828a7ce9
110 changed files with 219 additions and 133 deletions

View File

@ -63,6 +63,8 @@ ForEachMacros:
SortIncludes: true
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '"V3Pch.*\.h"'
Priority: -2 # Precompiled headers
- Regex: '"(config_build|verilated_config|verilatedos)\.h"'
Priority: -1 # Sepecials before main header
- Regex: '(<|")verilated.*'

View File

@ -26,11 +26,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Active.h"
#include "V3Const.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <unordered_map>

View File

@ -23,10 +23,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3ActiveTop.h"
#include "V3Const.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SenTree.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Assert.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -19,10 +19,11 @@
// Transform clocking blocks into imperative logic
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3AssertPre.h"
#include "V3Const.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Task.h"
#include "V3UniqueNames.h"

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3Broken.h"
#include "V3EmitV.h"
#include "V3File.h"
#include "V3PchAstMT.h"
#include <iomanip>
#include <memory>

View File

@ -14,17 +14,13 @@
//
//*************************************************************************
#include "config_build.h"
#include "verilatedos.h"
#include "V3PchAstMT.h"
#include "V3Ast.h"
#include "V3EmitCBase.h"
#include "V3File.h"
#include "V3Global.h"
#include "V3Graph.h"
#include "V3Hasher.h"
#include "V3PartitionGraph.h" // Just for mtask dumping
#include "V3PchAstMT.h"
#include "V3String.h"
#include "V3Ast__gen_macros.h" // Generated by 'astgen'

View File

@ -26,10 +26,10 @@
//
//*************************************************************************
#include "V3Begin.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Begin.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -23,10 +23,10 @@
//
//*************************************************************************
#include "V3Branch.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Branch.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -22,10 +22,10 @@
//
//*************************************************************************
#include "V3Broken.h"
#include "V3PchAstMT.h"
#include "V3Broken.h"
// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
#include "V3AstConstOnly.h"

View File

@ -24,10 +24,11 @@
// This transformation honors outputSplitCFuncs.
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3CCtors.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <list>

View File

@ -22,10 +22,10 @@
//
//*************************************************************************
#include "V3CUse.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3CUse.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -34,9 +34,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Case.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -37,10 +37,10 @@
//
//*************************************************************************
#include "V3Cast.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Cast.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -20,9 +20,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Class.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3UniqueNames.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -23,10 +23,10 @@
//
//*************************************************************************
#include "V3Clean.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Clean.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -27,9 +27,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Clock.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -19,11 +19,12 @@
// Also drop empty CFuncs
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Combine.h"
#include "V3AstUserAllocator.h"
#include "V3DupFinder.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <list>

View File

@ -20,10 +20,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Common.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3Config.h"
#include "V3PchAstMT.h"
#include "V3String.h"
#include <set>

View File

@ -24,10 +24,10 @@
//
//*************************************************************************
#include "V3Coverage.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Coverage.h"
#include <unordered_map>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -17,10 +17,11 @@
// If two COVERTOGGLEs have same VARSCOPE, combine them
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3CoverageJoin.h"
#include "V3DupFinder.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <vector>

View File

@ -33,10 +33,10 @@
// here after scoping to allow more dead node removal.
//*************************************************************************
#include "V3Dead.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dead.h"
#include <vector>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -48,9 +48,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Delayed.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <deque>

View File

@ -23,9 +23,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Depth.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3UniqueNames.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -20,10 +20,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3DepthBlock.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -22,10 +22,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Descope.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dfg.h"
#include "V3File.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -26,9 +26,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dfg.h"
#include "V3DfgPasses.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -18,9 +18,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dfg.h"
#include "V3File.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <deque>
#include <unordered_map>

View File

@ -26,9 +26,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dfg.h"
#include "V3DfgPasses.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3UniqueNames.h"
#include <unordered_map>

View File

@ -18,13 +18,14 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3DfgOptimizer.h"
#include "V3AstUserAllocator.h"
#include "V3Dfg.h"
#include "V3DfgPasses.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3UniqueNames.h"
#include <vector>

View File

@ -14,11 +14,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3DfgPasses.h"
#include "V3Dfg.h"
#include "V3Global.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3String.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -21,11 +21,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3DfgPeephole.h"
#include "V3Dfg.h"
#include "V3DfgPasses.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <cctype>

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3DupFinder.h"
#include "V3File.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <iomanip>
#include <memory>

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitCBase.h"
#include "V3PchAstMT.h"
#include "V3Task.h"
//######################################################################

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitC.h"
#include "V3EmitCConstInit.h"
#include "V3File.h"
#include "V3PchAstMT.h"
#include "V3Stats.h"
#include <algorithm>

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitCFunc.h"
#include "V3PchAstMT.h"
#include "V3TSP.h"
#include <map>

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitC.h"
#include "V3EmitCConstInit.h"
#include "V3PchAstMT.h"
#include <algorithm>
#include <cstdint>

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitC.h"
#include "V3EmitCFunc.h"
#include "V3PchAstMT.h"
#include "V3ThreadPool.h"
#include "V3UniqueNames.h"

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitC.h"
#include "V3EmitCBase.h"
#include "V3PchAstMT.h"
#include "V3Stats.h"
#include <map>

View File

@ -14,11 +14,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitCMain.h"
#include "V3EmitC.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <map>

View File

@ -14,12 +14,13 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitCMake.h"
#include "V3EmitCBase.h"
#include "V3HierBlock.h"
#include "V3Os.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <memory>

View File

@ -14,9 +14,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitC.h"
#include "V3EmitCFunc.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3UniqueNames.h"
#include <algorithm>

View File

@ -14,11 +14,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitC.h"
#include "V3EmitCBase.h"
#include "V3LanguageWords.h"
#include "V3PartitionGraph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <algorithm>
#include <map>

View File

@ -14,12 +14,13 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitMk.h"
#include "V3EmitCBase.h"
#include "V3HierBlock.h"
#include "V3Os.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitV.h"
#include "V3EmitCBase.h"
#include "V3PchAstMT.h"
#include <vector>

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitXml.h"
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <map>
#include <vector>

View File

@ -25,10 +25,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Expand.h"
#include "V3Const.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3File.h"
#include "V3Os.h"
#include "V3PchAstMT.h"
#include "V3String.h"
#include <cerrno>

View File

@ -37,10 +37,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Force.h"
#include "V3AstUserAllocator.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -38,11 +38,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Fork.h"
#include "V3AstNodeExpr.h"
#include "V3MemberMap.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <set>
#include <vector>

View File

@ -21,13 +21,14 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Gate.h"
#include "V3AstUserAllocator.h"
#include "V3Const.h"
#include "V3DupFinder.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <list>

View File

@ -14,12 +14,13 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3File.h"
#include "V3HierBlock.h"
#include "V3LinkCells.h"
#include "V3Parse.h"
#include "V3ParseSym.h"
#include "V3PchAstMT.h"
#include "V3Stats.h"
//######################################################################

View File

@ -14,10 +14,10 @@
//
//*************************************************************************
#include "V3Hasher.h"
#include "V3PchAstMT.h"
#include "V3Hasher.h"
#include <functional>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -72,11 +72,12 @@
// Used for b) and c).
// This options is repeated for all instantiating hierarchical blocks.
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3HierBlock.h"
#include "V3File.h"
#include "V3Os.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include "V3String.h"

View File

@ -24,11 +24,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Inline.h"
#include "V3AstUserAllocator.h"
#include "V3Inst.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <unordered_set>

View File

@ -21,10 +21,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Inst.h"
#include "V3Const.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -15,10 +15,10 @@
//
//*************************************************************************
#include "V3InstrCount.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3InstrCount.h"
#include <iomanip>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -23,10 +23,10 @@
//
//*************************************************************************
#include "V3Interface.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Interface.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -23,10 +23,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Life.h"
#include "V3Const.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <vector>

View File

@ -24,11 +24,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LifePost.h"
#include "V3GraphPathChecker.h"
#include "V3PartitionGraph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <memory> // for std::unique_ptr -> auto_ptr or unique_ptr

View File

@ -23,11 +23,12 @@
// Link to module that instantiates it
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkCells.h"
#include "V3Graph.h"
#include "V3Parse.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SymTable.h"
#include <unordered_set>

View File

@ -61,11 +61,12 @@
// b (VSymEnt->AstCell)
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkDot.h"
#include "V3Graph.h"
#include "V3MemberMap.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3String.h"
#include "V3SymTable.h"

View File

@ -36,10 +36,10 @@
//
//*************************************************************************
#include "V3LinkInc.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkInc.h"
#include <algorithm>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -29,10 +29,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkJump.h"
#include "V3AstUserAllocator.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <vector>

View File

@ -18,10 +18,10 @@
// Set lvalue() attributes on appropriate VARREFs.
//*************************************************************************
#include "V3LinkLValue.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkLValue.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -19,10 +19,10 @@
// Create new MODULE TOP with connections to below signals
//*************************************************************************
#include "V3LinkLevel.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkLevel.h"
#include <vector>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -18,10 +18,11 @@
// Move some attributes around
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkParse.h"
#include "V3Config.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <set>
#include <vector>

View File

@ -24,9 +24,10 @@
// SenItems: Convert pos/negedge of non-simple signals to temporaries
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkResolve.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3String.h"
#include "V3Task.h"

View File

@ -22,10 +22,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Localize.h"
#include "V3AstUserAllocator.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <vector>

View File

@ -72,12 +72,13 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3MergeCond.h"
#include "V3AstUserAllocator.h"
#include "V3DupFinder.h"
#include "V3Hasher.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <queue>

View File

@ -19,10 +19,11 @@
// Prepend __PVT__ to variable names
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Name.h"
#include "V3LanguageWords.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -14,10 +14,10 @@
//
//*************************************************************************
#include "V3Number.h"
#include "V3PchAstMT.h"
#include "V3Number.h"
#include <algorithm>
#include <cerrno>
#include <cmath>

View File

@ -14,6 +14,8 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3Options.h"
#include "V3Error.h"
@ -22,7 +24,6 @@
#include "V3Mutex.h"
#include "V3OptionParser.h"
#include "V3Os.h"
#include "V3PchAstMT.h"
#include "V3PreShell.h"
#include "V3String.h"

View File

@ -71,6 +71,8 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Order.h"
#include "V3AstUserAllocator.h"
@ -84,7 +86,6 @@
#include "V3OrderMoveGraph.h"
#include "V3Partition.h"
#include "V3PartitionGraph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
#include "V3SenTree.h"
#include "V3SplitVar.h"

View File

@ -44,6 +44,8 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Param.h"
#include "V3Case.h"
@ -51,7 +53,6 @@
#include "V3Hasher.h"
#include "V3Os.h"
#include "V3Parse.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Unroll.h"
#include "V3Width.h"

View File

@ -14,6 +14,8 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Partition.h"
#include "V3Config.h"
@ -25,7 +27,6 @@
#include "V3Os.h"
#include "V3PairingHeap.h"
#include "V3PartitionGraph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Scoreboard.h"
#include "V3Stats.h"
#include "V3UniqueNames.h"

View File

@ -24,9 +24,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Premit.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include "V3UniqueNames.h"

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3ProtectLib.h"
#include "V3Hasher.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3String.h"
#include "V3Task.h"

View File

@ -24,10 +24,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Randomize.h"
#include "V3MemberMap.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -29,9 +29,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Reloop.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -35,12 +35,13 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
#include "V3EmitCBase.h"
#include "V3EmitV.h"
#include "V3Order.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SenExprBuilder.h"
#include "V3Stats.h"

View File

@ -33,8 +33,9 @@
//
//*************************************************************************
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Graph.h"
#include "V3Sched.h"
#include "V3SenTree.h"
#include "V3SplitVar.h"

View File

@ -34,9 +34,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitV.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
#include <tuple>

View File

@ -34,8 +34,9 @@
//
//*************************************************************************
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Graph.h"
#include "V3Sched.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -24,8 +24,9 @@
//
//*************************************************************************
#include "V3EmitCBase.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3EmitCBase.h"
#include "V3Sched.h"
#include <unordered_map>

View File

@ -21,10 +21,10 @@
//
//*************************************************************************
#include "V3Scope.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Scope.h"
#include <unordered_map>
#include <unordered_set>

View File

@ -14,10 +14,10 @@
//
//*************************************************************************
#include "V3Scoreboard.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Scoreboard.h"
class ScoreboardTestElem;
struct Key {

View File

@ -35,10 +35,10 @@
// simplified to look primarily for SLICESELs.
//*************************************************************************
#include "V3Slice.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Slice.h"
VL_DEFINE_DEBUG_FUNCTIONS;
//*************************************************************************

View File

@ -77,10 +77,11 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Split.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <unordered_map>

View File

@ -21,9 +21,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SplitAs.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -110,9 +110,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SplitVar.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include "V3UniqueNames.h"

View File

@ -14,10 +14,10 @@
//
//*************************************************************************
#include "V3Stats.h"
#include "V3PchAstMT.h"
#include "V3Stats.h"
// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
#include "V3AstConstOnly.h"

View File

@ -14,10 +14,11 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3File.h"
#include "V3Global.h"
#include "V3Os.h"
#include "V3PchAstMT.h"
#include "V3Stats.h"
#include <iomanip>

View File

@ -22,9 +22,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Subst.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Stats.h"
#include <algorithm>

View File

@ -19,11 +19,12 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3TSP.h"
#include "V3File.h"
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <cmath>
#include <list>

View File

@ -21,9 +21,10 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Table.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Simulate.h"
#include "V3Stats.h"

View File

@ -23,13 +23,14 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Task.h"
#include "V3Const.h"
#include "V3EmitCBase.h"
#include "V3Graph.h"
#include "V3LinkLValue.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <tuple>

View File

@ -60,13 +60,14 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Timing.h"
#include "V3Const.h"
#include "V3EmitV.h"
#include "V3Graph.h"
#include "V3MemberMap.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3SenExprBuilder.h"
#include "V3SenTree.h"
#include "V3UniqueNames.h"

Some files were not shown because too many files have changed in this diff Show More