Apply 'make format'

This commit is contained in:
github action 2023-10-18 02:50:27 +00:00
parent 431bb1ed16
commit 770cd24f27
111 changed files with 135 additions and 224 deletions

View File

@ -26,12 +26,11 @@
//
//*************************************************************************
#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,11 +23,10 @@
//
//*************************************************************************
#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,10 +14,9 @@
//
//*************************************************************************
#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,11 +19,10 @@
// 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,11 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3Broken.h"
#include "V3EmitV.h"
#include "V3File.h"
#include "V3PchAstMT.h"
#include <iomanip>
#include <memory>

View File

@ -14,8 +14,6 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "config_build.h"
#include "verilatedos.h"
@ -26,6 +24,7 @@
#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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Begin.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

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

View File

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

View File

@ -24,11 +24,10 @@
// 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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3CUse.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -34,10 +34,9 @@
//
//*************************************************************************
#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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Cast.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -20,10 +20,9 @@
//
//*************************************************************************
#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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Clean.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

@ -27,10 +27,9 @@
//
//*************************************************************************
#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,12 +19,11 @@
// 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,11 +20,10 @@
//
//*************************************************************************
#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,10 +14,9 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3Config.h"
#include "V3PchAstMT.h"
#include "V3String.h"
#include <set>

View File

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

View File

@ -17,11 +17,10 @@
// 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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Dead.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <vector>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -48,10 +48,9 @@
//
//*************************************************************************
#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,10 +23,9 @@
//
//*************************************************************************
#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,11 +20,10 @@
//
//*************************************************************************
#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,11 +22,10 @@
//
//*************************************************************************
#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,11 +14,10 @@
//
//*************************************************************************
#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,10 +26,9 @@
//
//*************************************************************************
#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,10 +18,9 @@
//
//*************************************************************************
#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,10 +26,9 @@
//
//*************************************************************************
#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,14 +18,13 @@
//
//*************************************************************************
#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,12 +14,11 @@
//
//*************************************************************************
#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,12 +21,11 @@
//
//*************************************************************************
#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,11 +14,10 @@
//
//*************************************************************************
#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,10 +14,9 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitCBase.h"
#include "V3PchAstMT.h"
#include "V3Task.h"
//######################################################################

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,12 +14,11 @@
//
//*************************************************************************
#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,13 +14,12 @@
//
//*************************************************************************
#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,10 +14,9 @@
//
//*************************************************************************
#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,12 +14,11 @@
//
//*************************************************************************
#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,13 +14,12 @@
//
//*************************************************************************
#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,11 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3EmitV.h"
#include "V3EmitCBase.h"
#include "V3PchAstMT.h"
#include <vector>

View File

@ -14,11 +14,10 @@
//
//*************************************************************************
#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,11 +25,10 @@
//
//*************************************************************************
#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,11 +14,10 @@
//
//*************************************************************************
#include "V3PchAstMT.h"
#include "V3File.h"
#include "V3Os.h"
#include "V3PchAstMT.h"
#include "V3String.h"
#include <cerrno>

View File

@ -37,11 +37,10 @@
//
//*************************************************************************
#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,12 +38,11 @@
//
//*************************************************************************
#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,14 +21,13 @@
//
//*************************************************************************
#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,13 +14,12 @@
//
//*************************************************************************
#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 "V3PchAstMT.h"
#include "V3Hasher.h"
#include "V3PchAstMT.h"
#include <functional>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -72,12 +72,11 @@
// 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,12 +24,11 @@
//
//*************************************************************************
#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,11 +21,10 @@
//
//*************************************************************************
#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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3InstrCount.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <iomanip>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

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

View File

@ -23,11 +23,10 @@
//
//*************************************************************************
#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,12 +24,11 @@
//
//*************************************************************************
#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,12 +23,11 @@
// 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,12 +61,11 @@
// 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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkInc.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include <algorithm>
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -29,11 +29,10 @@
//
//*************************************************************************
#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 "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3LinkLValue.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
VL_DEFINE_DEBUG_FUNCTIONS;
//######################################################################

View File

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

View File

@ -18,11 +18,10 @@
// 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,10 +24,9 @@
// 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,11 +22,10 @@
//
//*************************************************************************
#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,13 +72,12 @@
//
//*************************************************************************
#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,11 +19,10 @@
// 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 "V3PchAstMT.h"
#include "V3Number.h"
#include "V3PchAstMT.h"
#include <algorithm>
#include <cerrno>
#include <cmath>

View File

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

View File

@ -71,8 +71,6 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Order.h"
#include "V3AstUserAllocator.h"
@ -86,6 +84,7 @@
#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,8 +44,6 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Param.h"
#include "V3Case.h"
@ -53,6 +51,7 @@
#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,8 +14,6 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Partition.h"
#include "V3Config.h"
@ -27,6 +25,7 @@
#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,8 +24,6 @@
#include "config_build.h"
#include "verilatedos.h"
#include <algorithm>
#include "V3Ast.h"
#include "V3Broken.h"
#include "V3Error.h"
@ -39,4 +37,6 @@
#include "V3String.h"
#include "V3ThreadSafety.h"
#include <algorithm>
#endif // Guard

View File

@ -26,10 +26,6 @@
#include "config_build.h"
#include "verilatedos.h"
#include <algorithm>
#include <map>
#include <utility>
#include "V3Ast.h"
#include "V3Broken.h"
#include "V3Error.h"
@ -43,4 +39,8 @@
#include "V3String.h"
#include "V3ThreadSafety.h"
#include <algorithm>
#include <map>
#include <utility>
#endif // Guard

View File

@ -24,10 +24,9 @@
//
//*************************************************************************
#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,11 +14,10 @@
//
//*************************************************************************
#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,11 +24,10 @@
//
//*************************************************************************
#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,10 +29,9 @@
//
//*************************************************************************
#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,13 +35,12 @@
//
//*************************************************************************
#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,9 +33,8 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
#include "V3SenTree.h"
#include "V3SplitVar.h"

View File

@ -34,10 +34,9 @@
//
//*************************************************************************
#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,9 +34,8 @@
//
//*************************************************************************
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Graph.h"
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Sched.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

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

View File

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

View File

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

View File

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

View File

@ -77,11 +77,10 @@
//
//*************************************************************************
#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,10 +21,9 @@
//
//*************************************************************************
#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,10 +110,9 @@
//
//*************************************************************************
#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 "V3PchAstMT.h"
#include "V3Stats.h"
#include "V3PchAstMT.h"
// This visitor does not edit nodes, and is called at error-exit, so should use constant iterators
#include "V3AstConstOnly.h"

View File

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

View File

@ -22,10 +22,9 @@
//
//*************************************************************************
#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,12 +19,11 @@
//
//*************************************************************************
#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,10 +21,9 @@
//
//*************************************************************************
#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,14 +23,13 @@
//
//*************************************************************************
#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>

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