..
.gdbinit
Copyright year update.
2022-01-01 08:26:40 -05:00
.gitignore
Added *~ to .gitignore to exclude emacs backup files.
2009-01-06 09:25:47 -05:00
Makefile.in
Copyright year update.
2022-01-01 08:26:40 -05:00
Makefile_obj.in
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Active.cpp
Optimize clocked processes to comb when referencing const variables
2022-10-28 14:37:30 +01:00
V3Active.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3ActiveTop.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3ActiveTop.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Assert.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Assert.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3AssertPre.cpp
Support named properties ( #3667 )
2022-11-01 18:53:47 -04:00
V3AssertPre.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Ast.cpp
Internals: Comment out debug that may flag ASAN problem ( #3574 )
2022-10-18 21:17:52 -04:00
V3Ast.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3AstConstOnly.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3AstInlines.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3AstNodeDType.h
Support named properties ( #3667 )
2022-11-01 18:53:47 -04:00
V3AstNodeExpr.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3AstNodeOther.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3AstNodes.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3AstUserAllocator.h
Remove redundant 'inline' keywords from definitions
2022-09-16 15:52:25 +01:00
V3Begin.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3Begin.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Branch.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Branch.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Broken.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3Broken.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3CCtors.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3CCtors.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3CUse.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3CUse.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Case.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Case.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Cast.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Cast.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Cdc.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Cdc.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Class.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Class.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Clean.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Clean.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Clock.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3Clock.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Combine.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Combine.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Common.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Common.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3Config.cpp
Tests: Improve some coverage
2022-11-05 11:40:34 -04:00
V3Config.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3Const.cpp
V3Const: Fix folding of LogAnd with non-bool operands
2022-11-05 13:36:21 +00:00
V3Const.h
Reduce max RSS usage ( #3483 )
2022-08-02 13:36:14 +01:00
V3Coverage.cpp
Split UNUSED warning into genvar, param, and signal warnings ( #3607 )
2022-10-17 19:51:13 -04:00
V3Coverage.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3CoverageJoin.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3CoverageJoin.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Dead.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3Dead.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Delayed.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Delayed.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Depth.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Depth.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3DepthBlock.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3DepthBlock.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Descope.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Descope.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Dfg.cpp
DFG: don't try to call DfgVertex::width() on arrays
2022-10-21 10:57:13 +01:00
V3Dfg.h
DfgPeephole: Use a work list driven algorithm for speed
2022-11-05 20:31:09 +00:00
V3DfgAstToDfg.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3DfgDecomposition.cpp
Fix incorrect return in DFG decomposition
2022-10-17 14:41:20 +01:00
V3DfgDfgToAst.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3DfgOptimizer.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3DfgOptimizer.h
Introduce DFG based combinational logic optimizer ( #3527 )
2022-09-23 16:46:22 +01:00
V3DfgPasses.cpp
DFG: Do not inline SystemC variables
2022-10-20 15:44:51 +01:00
V3DfgPasses.h
Optimize DfgGraph vertex storage
2022-10-08 12:46:02 +01:00
V3DfgPeephole.cpp
DfgPeephole: Use a work list driven algorithm for speed
2022-11-05 20:31:09 +00:00
V3DfgPeephole.h
Optimize DfgGraph vertex storage
2022-10-08 12:46:02 +01:00
V3DfgVertices.h
DFG: Fix attempted evaluation of constants wider than 32 bits
2022-10-28 17:14:19 +01:00
V3DupFinder.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3DupFinder.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3EmitC.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3EmitCBase.cpp
Remove --no-threads; require --threads 1 for single threaded ( #3703 ).
2022-11-05 08:47:34 -04:00
V3EmitCBase.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3EmitCConstInit.h
Make class ref typing stricter ( #3671 )
2022-10-13 14:33:15 +02:00
V3EmitCConstPool.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3EmitCFunc.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3EmitCFunc.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3EmitCHeaders.cpp
Add custom memory management for verilated classes ( #3595 )
2022-09-28 18:54:18 -04:00
V3EmitCImp.cpp
Internals: Cleanup spacing of Vi for loops.
2022-10-15 18:47:10 -04:00
V3EmitCInlines.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3EmitCMain.cpp
Fix --main --trace missing initial timestep ( #3678 ).
2022-10-15 13:24:38 -04:00
V3EmitCMain.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3EmitCMake.cpp
Remove --no-threads; require --threads 1 for single threaded ( #3703 ).
2022-11-05 08:47:34 -04:00
V3EmitCMake.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3EmitCModel.cpp
Internals: Cleanup spacing of Vi for loops.
2022-10-15 18:47:10 -04:00
V3EmitCSyms.cpp
Fix VPI inline module naming mismatch ( #3690 ) ( #3694 )
2022-10-21 13:04:42 -04:00
V3EmitMk.cpp
Remove --no-threads; require --threads 1 for single threaded ( #3703 ).
2022-11-05 08:47:34 -04:00
V3EmitMk.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3EmitV.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3EmitV.h
Use iterate*Const V3EmitV visitors. No functional change.
2022-04-23 14:47:12 +01:00
V3EmitXml.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3EmitXml.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Error.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Error.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Expand.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Expand.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3File.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3File.h
Remove redundant 'virtual' keywords from overridden methods
2022-09-16 15:19:38 +01:00
V3FileLine.cpp
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3FileLine.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Force.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Force.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3FunctionTraits.h
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3Gate.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Gate.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Global.cpp
Add --dump-tree-dot to enable dumping Ast Tree .dot files ( #3636 )
2022-10-01 11:05:33 -04:00
V3Global.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Graph.cpp
Internals: Make VL_UNREACHABLE similar to std::unreachable()
2022-10-02 16:35:45 -04:00
V3Graph.h
Make enum constructors and operators constexpr
2022-09-23 11:10:28 +01:00
V3GraphAcyc.cpp
Tests: Cover some previously uncovered warnings
2022-10-22 13:45:48 -04:00
V3GraphAlg.cpp
Commentary
2022-09-28 14:43:40 +01:00
V3GraphAlg.h
Remove redundant 'inline' keywords from definitions
2022-09-16 15:52:25 +01:00
V3GraphPathChecker.cpp
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3GraphPathChecker.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3GraphStream.h
Add specialized GraphStreamUnordered
2022-08-19 14:06:11 +01:00
V3GraphTest.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Hash.cpp
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Hash.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Hasher.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Hasher.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3HierBlock.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3HierBlock.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Inline.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Inline.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Inst.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Inst.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3InstrCount.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3InstrCount.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3LangCode.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3LanguageWords.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3Life.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Life.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LifePost.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3LifePost.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkCells.cpp
Tests: Cover some previously uncovered warnings
2022-10-22 16:03:42 -04:00
V3LinkCells.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkDot.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3LinkDot.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3LinkInc.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3LinkInc.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkJump.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3LinkJump.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkLValue.cpp
Fix foreach and pre/post increment in functions ( #3613 ).
2022-10-18 20:04:09 -04:00
V3LinkLValue.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkLevel.cpp
Apply 'make format'
2022-10-01 14:53:40 +00:00
V3LinkLevel.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3LinkParse.cpp
Support class type params without defaults ( #3693 )
2022-10-19 21:59:26 -04:00
V3LinkParse.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3LinkResolve.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3LinkResolve.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3List.h
Speed up DfgGraph::addGraph
2022-10-08 12:46:02 +01:00
V3Localize.cpp
Support virtual interfaces ( #3654 )
2022-10-20 06:31:00 -04:00
V3Localize.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3MergeCond.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3MergeCond.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Name.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Name.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Number.cpp
Tests: Cover some previously uncovered warnings
2022-10-22 16:03:42 -04:00
V3Number.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3Number_test.cpp
Internals: Cleanup some string constructors. No functional change.
2022-08-30 01:02:39 -04:00
V3OptionParser.cpp
Introduce DFG based combinational logic optimizer ( #3527 )
2022-09-23 16:46:22 +01:00
V3OptionParser.h
Introduce DFG based combinational logic optimizer ( #3527 )
2022-09-23 16:46:22 +01:00
V3Options.cpp
Tests: Improve some coverage
2022-11-05 11:40:34 -04:00
V3Options.h
Remove --no-threads; require --threads 1 for single threaded ( #3703 ).
2022-11-05 08:47:34 -04:00
V3Order.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Order.h
Fix clang-tidy warnings ( #3522 )
2022-08-02 15:58:48 +01:00
V3OrderGraph.h
Make enum constructors and operators constexpr
2022-09-23 11:10:28 +01:00
V3OrderMoveGraph.h
Merge branch 'master' into develop-v5
2022-09-16 16:24:36 +01:00
V3Os.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Os.h
Deprecate 'vluint64_t' and similar types ( #3255 ).
2022-03-27 15:27:40 -04:00
V3PairingHeap.h
Improve performance of MTask coarsening
2022-08-20 21:18:50 +01:00
V3Param.cpp
Support access to constructs inside type parameters ( #3702 )
2022-10-21 09:00:40 -04:00
V3Param.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Parse.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3ParseGrammar.cpp
Support named properties ( #3667 )
2022-11-01 18:53:47 -04:00
V3ParseImp.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3ParseImp.h
Minor cleanup in V3Number
2022-10-08 12:46:02 +01:00
V3ParseLex.cpp
Internals: Cleanup some string constructors. No functional change.
2022-08-30 01:02:39 -04:00
V3ParseSym.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Partition.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Partition.h
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3PartitionGraph.h
Merge branch 'master' into develop-v5
2022-09-16 16:24:36 +01:00
V3PreLex.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3PreLex.l
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3PreProc.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3PreProc.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3PreShell.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3PreShell.h
Minor clean up of initialization
2022-07-13 18:24:48 +01:00
V3Premit.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Premit.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3ProtectLib.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3ProtectLib.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Randomize.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Randomize.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Reloop.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Reloop.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Sched.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Sched.h
Dynamic triggers for non-static contexts ( #3599 )
2022-10-22 14:05:39 +00:00
V3SchedAcyclic.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3SchedPartition.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3SchedReplicate.cpp
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3SchedTiming.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Scope.cpp
Support virtual interfaces ( #3654 )
2022-10-20 06:31:00 -04:00
V3Scope.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Scoreboard.cpp
Improve performance of MTask coarsening
2022-08-20 21:18:50 +01:00
V3Scoreboard.h
Improve performance of MTask coarsening
2022-08-20 21:18:50 +01:00
V3SenExprBuilder.h
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3SenTree.h
Generate AstNode accessors via astgen
2022-09-21 14:05:27 +01:00
V3Simulate.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Slice.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Slice.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Split.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3Split.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3SplitAs.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3SplitAs.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3SplitVar.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3SplitVar.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3Stats.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Stats.h
Internals: Add VL_MT_SAFE annotations to const functions ( #3681 )
2022-10-18 17:07:09 -04:00
V3StatsReport.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3StdFuture.h
Improve V3Ast function usage ergonomics ( #3650 )
2022-10-21 14:12:12 +01:00
V3String.cpp
Fix VString::endsWith when suffix is longer than input string.
2022-10-27 18:38:44 +01:00
V3String.h
Internals: Add `V3UniqueNames` consistency assertion ( #3692 )
2022-10-21 07:05:38 -04:00
V3Subst.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Subst.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3SymTable.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3TSP.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3TSP.h
Internals: cpplint cleanups. No functional change.
2022-01-08 12:01:39 -05:00
V3Table.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3Table.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Task.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Task.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3Timing.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Timing.h
Timing support ( #3363 )
2022-08-22 13:26:32 +01:00
V3Trace.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3Trace.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3TraceDecl.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
V3TraceDecl.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Tristate.cpp
Add handling of tristate select/extend ( #3604 )
2022-10-01 10:34:30 -04:00
V3Tristate.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Undriven.cpp
Apply 'make format'
2022-10-17 23:52:01 +00:00
V3Undriven.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3UniqueNames.h
Internals: Add `V3UniqueNames` consistency assertion ( #3692 )
2022-10-21 07:05:38 -04:00
V3Unknown.cpp
Merge branch 'master' into develop-v5
2022-09-22 17:33:36 +01:00
V3Unknown.h
Internals: Make all .h files compilable
2022-01-08 11:18:23 -05:00
V3Unroll.cpp
Tests: Cover some previously uncovered warnings
2022-10-22 13:45:48 -04:00
V3Unroll.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3VariableOrder.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3VariableOrder.h
Copyright year update.
2022-01-01 08:26:40 -05:00
V3Waiver.cpp
Commentary
2022-09-11 12:25:44 -04:00
V3Waiver.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
V3Width.cpp
Tests: Improve some coverage
2022-11-05 11:40:34 -04:00
V3Width.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3WidthCommit.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
V3WidthSel.cpp
Tests: Improve some coverage
2022-11-05 11:40:34 -04:00
Verilator.cpp
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
VlcBucket.h
Internals: Fix some clang-tidy issues. No functional change intended.
2022-07-30 11:54:28 -04:00
VlcMain.cpp
Streamline dump control options
2022-09-22 17:24:41 +01:00
VlcOptions.h
Copyright year update.
2022-01-01 08:26:40 -05:00
VlcPoint.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
VlcSource.h
Deprecate 'vluint64_t' and similar types ( #3255 ).
2022-03-27 15:27:40 -04:00
VlcTest.h
Streamline dump control options
2022-09-22 17:24:41 +01:00
VlcTop.cpp
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
VlcTop.h
Update clang-format config and apply
2022-08-05 12:00:24 +01:00
astgen
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
bisonpre
Generate AstNode accessors via astgen
2022-09-21 14:05:27 +01:00
config_build.h.in
Timing support ( #3363 )
2022-08-22 13:26:32 +01:00
config_rev
Copyright year update.
2022-01-01 08:26:40 -05:00
cppcheck_filtered
Split and re-order AstNode definitions ( #3622 )
2022-09-15 13:10:39 +01:00
flexfix
Copyright year update.
2022-01-01 08:26:40 -05:00
mkinstalldirs
Fix man files misinstalling; cleanup mkinstalldirs
2018-09-13 19:09:35 -04:00
verilog.l
Support named properties ( #3667 )
2022-11-01 18:53:47 -04:00
verilog.y
Make all expressions derive from AstNodeExpr ( #3721 ).
2022-11-03 16:02:16 +00:00
vlcovgen
Copyright year update.
2022-01-01 08:26:40 -05:00