verilator/src
Geza Lore b51f887567
Perform VCD tracing in parallel when using --threads (#3449)
VCD tracing is now parallelized using the same thread pool as the model.
We achieve this by breaking the top level trace functions into multiple
top level functions (as many as --threads), and after emitting the time
stamp to the VCD file on the main thread, we execute the tracing
functions in parallel on the same thread pool as the model (which we
pass to the trace file during registration), tracing into a secondary
per thread buffer. The main thread will then stitch (memcpy) the buffers
together into the output file.

This makes the `--trace-threads` option redundant with `--trace`, which
now only affects `--trace-fst`. FST tracing uses the previous offloading
scheme.

This obviously helps a lot in VCD tracing performance, and I have seen
better than Amdahl speedup, namely I get 3.9x on XiangShan 4T (2.7x on
OpenTitan 4T).
2022-05-29 19:08:39 +01:00
..
.gdbinit Copyright year update. 2022-01-01 08:26:40 -05:00
.gitignore
astgen Internals: Use python pass appropriately. No functional change intended. 2022-03-26 15:57:52 -04:00
bisonpre Fix Bison 3.8.2 error (#3366). 2022-03-31 19:14:13 -04:00
config_build.h.in Copyright year update. 2022-01-01 08:26:40 -05:00
config_rev Copyright year update. 2022-01-01 08:26:40 -05:00
cppcheck_filtered Copyright year update. 2022-01-01 08:26:40 -05:00
flexfix Copyright year update. 2022-01-01 08:26:40 -05:00
Makefile_obj.in Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
Makefile.in Copyright year update. 2022-01-01 08:26:40 -05:00
mkinstalldirs
V3Active.cpp Internals: Cleanup some defaults. No functional change. 2022-05-12 23:30:39 -04:00
V3Active.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3ActiveTop.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3ActiveTop.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Assert.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Assert.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3AssertPre.cpp Internals: Resolve potential SEGV risk (#3350) 2022-03-13 18:13:51 +09:00
V3AssertPre.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Ast.cpp Fix compile error when enable VL_LEAK_CHECKS (#3411). 2022-05-08 20:49:13 -04:00
V3Ast.h Initial support for intra-assignment timing controls, net delays (#3427) 2022-05-17 19:19:44 +01:00
V3AstConstOnly.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3AstInlines.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3AstNodes.cpp Support AstClass::repairCache() after V3Class (#3431) 2022-05-17 09:22:43 -04:00
V3AstNodes.h Initial support for intra-assignment timing controls, net delays (#3427) 2022-05-17 19:19:44 +01:00
V3AstUserAllocator.h Improve V3MergeCond by reordering statements (#3125) 2022-05-27 16:57:51 +01:00
V3Begin.cpp Refactor some of the Begin handling to a separate function (#3426) 2022-05-16 20:45:33 +01:00
V3Begin.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Branch.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Branch.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Broken.cpp Merge alternate 'force'/'release' implementation 2022-01-16 15:31:37 +00:00
V3Broken.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Case.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Case.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Cast.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Cast.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3CCtors.cpp Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3CCtors.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Cdc.cpp Add separate AstInitialStatic node for static initializers 2022-04-23 15:12:49 +01:00
V3Cdc.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Changed.cpp Cleanup V3Changed and V3GenClk 2022-02-16 18:09:19 +00:00
V3Changed.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Class.cpp Support AstClass::repairCache() after V3Class (#3431) 2022-05-17 09:22:43 -04:00
V3Class.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Clean.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Clean.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Clock.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Clock.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Combine.cpp Improve V3Combine 2022-02-27 20:40:58 +00:00
V3Combine.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Common.cpp Fix class stringification on wide arrays (#3312). 2022-03-05 16:32:30 -05:00
V3Common.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Config.cpp Support compile time trace signal selection with tracing_on/off (#3323). 2022-05-12 22:28:08 -04:00
V3Config.h Support compile time trace signal selection with tracing_on/off (#3323). 2022-05-12 22:28:08 -04:00
V3Const.cpp Fix hang with large case statement optimization (#3405). 2022-05-05 07:02:52 -04:00
V3Const.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Coverage.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Coverage.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3CoverageJoin.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3CoverageJoin.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3CUse.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3CUse.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Dead.cpp Add AstNode::foreach method for simple pre-order traversal (#3276) 2022-01-09 22:34:10 +00:00
V3Dead.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Delayed.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Delayed.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Depth.cpp Fix Vdeeptemp error with --threads and --compiler clang (#3338). 2022-03-05 20:17:36 -05:00
V3Depth.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3DepthBlock.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3DepthBlock.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Descope.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Descope.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3DupFinder.cpp Improve V3Combine 2022-02-27 20:40:58 +00:00
V3DupFinder.h Improve V3Combine 2022-02-27 20:40:58 +00:00
V3EmitC.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3EmitCBase.cpp Avoid repeated traversal for SC text sections in emit when not needed 2022-01-07 12:05:50 +00:00
V3EmitCBase.h Add AstNode::foreach method for simple pre-order traversal (#3276) 2022-01-09 22:34:10 +00:00
V3EmitCConstInit.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3EmitCConstPool.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitCFunc.cpp Fix crash with misuse of display. 2022-05-15 09:29:45 -04:00
V3EmitCFunc.h Don't mangle run-time library method names. 2022-04-23 14:47:16 +01:00
V3EmitCHeaders.cpp Set vlSymsp in modules at construction time. 2022-03-27 16:10:20 +01:00
V3EmitCImp.cpp Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3EmitCInlines.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitCMain.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitCMain.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitCMake.cpp Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3EmitCMake.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitCModel.cpp Improve run-time profiling 2022-03-27 15:57:30 +02:00
V3EmitCSyms.cpp Prep for multiple AstExecGraph. No functional change. 2022-04-10 12:00:17 +01:00
V3EmitMk.cpp Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3EmitMk.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3EmitV.cpp Add separate AstInitialStatic node for static initializers 2022-04-23 15:12:49 +01:00
V3EmitV.h Use iterate*Const V3EmitV visitors. No functional change. 2022-04-23 14:47:12 +01:00
V3EmitXml.cpp Removed the deprecated "fl" attribute in XML output; use "loc" attribute instead. 2022-01-17 16:22:07 -05:00
V3EmitXml.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Error.cpp Simplify and clarify reporting of enclosing instance 2022-04-22 23:38:23 +01:00
V3Error.h Simplify and clarify reporting of enclosing instance 2022-04-22 23:38:23 +01:00
V3Expand.cpp Internals: Remove dead code 2022-01-02 18:38:07 -05:00
V3Expand.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3File.cpp Run EmitV test after all stages, and fix resulting fallout 2022-01-09 18:11:24 -05:00
V3File.h Run EmitV test after all stages, and fix resulting fallout 2022-01-09 18:11:24 -05:00
V3FileLine.cpp Internals: Fix memory leak in V3FileLine (#3407) (#3408). No functional change intended. 2022-05-14 18:15:38 -04:00
V3FileLine.h Internals: Fix memory leak in V3FileLine (#3407) (#3408). No functional change intended. 2022-05-14 18:15:38 -04:00
V3Force.cpp Implement 'forceable' attribute 2022-01-16 15:31:37 +00:00
V3Force.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Gate.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Gate.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3GenClk.cpp Cleanup V3Changed and V3GenClk 2022-02-16 18:09:19 +00:00
V3GenClk.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Global.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Global.h Apply 'make format' 2022-02-27 07:53:05 +00:00
V3Graph.cpp Add V3GraphVertex::dotRank to add GraphViz ranks to graph dumps 2022-05-02 10:27:26 +01:00
V3Graph.h Add V3GraphVertex::dotRank to add GraphViz ranks to graph dumps 2022-05-02 10:27:26 +01:00
V3GraphAcyc.cpp Internals: Favor member assignment initialization. No functional change intended. 2022-01-01 11:46:49 -05:00
V3GraphAlg.cpp Internals: Favor member assignment initialization. No functional change intended. 2022-01-01 11:46:49 -05:00
V3GraphAlg.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3GraphPathChecker.cpp Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3GraphPathChecker.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3GraphStream.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3GraphTest.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3Hash.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3Hash.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Hasher.cpp Allow const nodes in VNRef 2022-05-15 13:30:07 +01:00
V3Hasher.h Improve V3Combine 2022-02-27 20:40:58 +00:00
V3HierBlock.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3HierBlock.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Inline.cpp Internal: Add C++20ish reverse_view for range loops. No functional change (#3388). 2022-04-18 13:03:56 -04:00
V3Inline.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Inst.cpp Internal: Rename for clarity. No functional change. 2022-01-19 19:14:09 -05:00
V3Inst.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3InstrCount.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3InstrCount.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3LangCode.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3LanguageWords.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Life.cpp Commentary 2022-03-30 20:17:59 -04:00
V3Life.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LifePost.cpp Prep for multiple AstExecGraph. No functional change. 2022-04-10 12:00:17 +01:00
V3LifePost.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkCells.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3LinkCells.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkDot.cpp Support non-ANSI interface port declarations (#3439). 2022-05-25 00:50:50 -04:00
V3LinkDot.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3LinkInc.cpp Fix ++/-- tree fix in case statements (#3346) (#3349). 2022-03-12 11:24:32 -05:00
V3LinkInc.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkJump.cpp Internal: Add C++20ish reverse_view for range loops. No functional change (#3388). 2022-04-18 13:03:56 -04:00
V3LinkJump.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkLevel.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3LinkLevel.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3LinkLValue.cpp Merge alternate 'force'/'release' implementation 2022-01-16 15:31:37 +00:00
V3LinkLValue.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkParse.cpp Rename AstTimingControl to AstEventControl (#3425) 2022-05-16 20:44:41 +01:00
V3LinkParse.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3LinkResolve.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3LinkResolve.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3List.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3Localize.cpp Fix incorrect localization when encountering non-leaf functions. 2022-04-09 20:30:39 +01:00
V3Localize.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3MergeCond.cpp Improve V3MergeCond by reordering statements (#3125) 2022-05-27 16:57:51 +01:00
V3MergeCond.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Name.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Name.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Number_test.cpp Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Number.cpp Commentary 2022-03-30 20:17:59 -04:00
V3Number.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3OptionParser.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3OptionParser.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Options.cpp Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3Options.h Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3Order.cpp Fix UNOPTFLAT warning from initial static var (#3406) 2022-05-06 10:24:03 +02:00
V3Order.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3OrderGraph.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Os.cpp Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3Os.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3Param.cpp Ensure topological ordering of module list. 2022-04-23 13:25:27 +01: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 Initial support for intra-assignment timing controls, net delays (#3427) 2022-05-17 19:19:44 +01:00
V3ParseImp.cpp Fix filenames with dots overwriting debug .vpp files (#3373). 2022-04-10 10:33:16 -04:00
V3ParseImp.h Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3ParseLex.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3ParseSym.h Internal: Add C++20ish reverse_view for range loops. No functional change (#3388). 2022-04-18 13:03:56 -04:00
V3Partition.cpp Internal: Add C++20ish reverse_view for range loops. No functional change (#3388). 2022-04-18 13:03:56 -04:00
V3Partition.h Prep for multiple AstExecGraph. No functional change. 2022-04-10 12:00:17 +01:00
V3PartitionGraph.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3PreLex.h Internals: Favor member assignment initialization. No functional change intended. 2022-01-01 11:46:49 -05:00
V3PreLex.l Copyright year update. 2022-01-01 08:26:40 -05:00
V3Premit.cpp Add AstNode::foreach method for simple pre-order traversal (#3276) 2022-01-09 22:34:10 +00:00
V3Premit.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3PreProc.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3PreProc.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3PreShell.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3PreShell.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3ProtectLib.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3ProtectLib.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Randomize.cpp Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Randomize.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Reloop.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Reloop.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Scope.cpp Commentary 2022-03-30 20:17:59 -04:00
V3Scope.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Scoreboard.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3Scoreboard.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3SenTree.h Replace SenTreeSet with generic collection 2022-02-16 18:09:19 +00:00
V3Simulate.h Internal: Add C++20ish reverse_view for range loops. No functional change (#3388). 2022-04-18 13:03:56 -04:00
V3Slice.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Slice.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Split.cpp Count non-empty always blocks in V3Split (#3337) 2022-03-06 12:56:34 +09:00
V3Split.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3SplitAs.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3SplitAs.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3SplitVar.cpp Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3SplitVar.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Stats.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Stats.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
V3StatsReport.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3String.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
V3String.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Subst.cpp Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Subst.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3SymTable.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Table.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Table.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Task.cpp Commentary 2022-03-30 20:17:59 -04:00
V3Task.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Trace.cpp Perform VCD tracing in parallel when using --threads (#3449) 2022-05-29 19:08:39 +01:00
V3Trace.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3TraceDecl.cpp Support compile time trace signal selection with tracing_on/off (#3323). 2022-05-12 22:28:08 -04:00
V3TraceDecl.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Tristate.cpp Fix #3258 of internal error with inout port (#3268) 2022-01-05 08:37:20 +09:00
V3Tristate.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3TSP.cpp Commentary 2022-03-30 20:17:59 -04:00
V3TSP.h Internals: cpplint cleanups. No functional change. 2022-01-08 12:01:39 -05:00
V3Undriven.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Undriven.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3UniqueNames.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Unknown.cpp Add default parameters to some Ast nodes for convenience 2022-04-23 14:47:16 +01:00
V3Unknown.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3Unroll.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3Unroll.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3VariableOrder.cpp Internals: Rename Ast on non-node classes (#3262). No functional change. 2022-01-02 14:03:20 -05:00
V3VariableOrder.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Waiver.cpp Fix --waiver-output for multiline warnings (#2429) (#3141) 2021-09-22 07:42:59 -04:00
V3Waiver.h Copyright year update. 2022-01-01 08:26:40 -05:00
V3Width.cpp Initial support for intra-assignment timing controls, net delays (#3427) 2022-05-17 19:19:44 +01:00
V3Width.h Internals: Make all .h files compilable 2022-01-08 11:18:23 -05:00
V3WidthCommit.h Commentary 2022-03-30 20:17:59 -04:00
V3WidthSel.cpp Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
Verilator.cpp Prep for multiple AstExecGraph. No functional change. 2022-04-10 12:00:17 +01:00
verilog.l Support compile time trace signal selection with tracing_on/off (#3323). 2022-05-12 22:28:08 -04:00
verilog.y Apply 'make format' 2022-05-25 04:51:51 +00:00
VlcBucket.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
VlcMain.cpp Copyright year update. 2022-01-01 08:26:40 -05:00
VlcOptions.h Copyright year update. 2022-01-01 08:26:40 -05:00
vlcovgen Copyright year update. 2022-01-01 08:26:40 -05:00
VlcPoint.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
VlcSource.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
VlcTest.h Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
VlcTop.cpp Deprecate 'vluint64_t' and similar types (#3255). 2022-03-27 15:27:40 -04:00
VlcTop.h Copyright year update. 2022-01-01 08:26:40 -05:00