| .. |
|
.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
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Active.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01: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 iteration fixup in AstNode::addHereThisAsNext
|
2022-07-20 13:08:51 +01:00 |
|
V3Ast.h
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3AstNodes.h
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3AstUserAllocator.h
|
Add and use VL_CONSTEXPR_CXX17
|
2022-07-05 14:21:28 +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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Broken.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 |
|
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 |
|
V3Case.cpp
|
Add -f<optimization> options to replace -O<letter> options (#3436).
|
2022-06-03 20:43:16 -04: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 |
|
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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Class.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Clean.cpp
|
Wildcard index type support for associative arrays (#3501).
|
2022-07-20 15:01:36 +02: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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 |
|
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
|
Fix BLKANDNBLK on $readmem/$writemem (#3379).
|
2022-06-04 12:43:18 -04:00 |
|
V3Delayed.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Depth.cpp
|
Use AstNode::addHereThisAsNext in a few places
|
2022-07-13 13:57:00 +01: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
|
Internals: Favor UASSERT_OBJ when have object.
|
2022-07-12 18:02:57 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3EmitCFunc.h
|
Wildcard index type support for associative arrays (#3501).
|
2022-07-20 15:01:36 +02:00 |
|
V3EmitCHeaders.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3EmitCMake.h
|
Copyright year update.
|
2022-01-01 08:26:40 -05:00 |
|
V3EmitCModel.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3EmitCSyms.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3EmitMk.cpp
|
Configure tracing at run-time, instead of compile time (#3504)
|
2022-07-20 11:27:10 +01:00 |
|
V3EmitMk.h
|
Copyright year update.
|
2022-01-01 08:26:40 -05:00 |
|
V3EmitV.cpp
|
With --no-decoration, remove output whitespace (#3460)
|
2022-06-10 07:26:33 -04: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
|
Use AstNode::addHereThisAsNext in a few places
|
2022-07-13 13:57:00 +01:00 |
|
V3Expand.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3File.cpp
|
Remove simple use of static data from V3OutFormatter::indentSpaces
|
2022-07-13 16:15:21 +01:00 |
|
V3File.h
|
Fix unique_ptr memory header for MinGW64 (#3493).
|
2022-07-13 06:38:03 -04:00 |
|
V3FileLine.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3FileLine.h
|
Mark FileLine::v3errorEndFatal as noreturn
|
2022-07-25 12:51:02 +01: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: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Minor clean up of initialization
|
2022-07-13 18:24:48 +01:00 |
|
V3Global.h
|
Minor clean up of initialization
|
2022-07-13 18:24:48 +01:00 |
|
V3Graph.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Graph.h
|
Add V3GraphVertex::dotRank to add GraphViz ranks to graph dumps
|
2022-05-02 10:27:26 +01:00 |
|
V3GraphAcyc.cpp
|
Add -f<optimization> options to replace -O<letter> options (#3436).
|
2022-06-03 20:43:16 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Hasher.h
|
Improve V3Combine
|
2022-02-27 20:40:58 +00:00 |
|
V3HierBlock.cpp
|
Remove unused method
|
2022-07-19 11:32:16 +01:00 |
|
V3HierBlock.h
|
Remove unused method
|
2022-07-19 11:32:16 +01:00 |
|
V3Inline.cpp
|
Fix public unpacked input ports (#3465)
|
2022-06-15 07:41:59 -04:00 |
|
V3Inline.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Inst.cpp
|
Internals: Favor UASSERT_OBJ when have object.
|
2022-07-12 18:02:57 -04: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
|
Internals: Style modernization. No functional change intended.
|
2022-06-15 18:49:32 -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
|
Implement trace offloading with fewer ifdefs
|
2022-07-19 11:31:35 +01:00 |
|
V3LinkCells.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3LinkDot.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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 |
|
V3LinkLValue.cpp
|
Add support for $test$plusargs(expr) (#3489)
|
2022-07-11 06:21:35 -04:00 |
|
V3LinkLValue.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3LinkLevel.cpp
|
Remove unnecessary AstNode::clearIter()
|
2022-07-13 13:57:00 +01:00 |
|
V3LinkLevel.h
|
Internals: cpplint cleanups. No functional change.
|
2022-01-08 12:01:39 -05:00 |
|
V3LinkParse.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3LinkParse.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3LinkResolve.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Localize.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3MergeCond.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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.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 |
|
V3Number_test.cpp
|
Internals: cpplint cleanups. No functional change.
|
2022-01-08 12:01:39 -05:00 |
|
V3OptionParser.cpp
|
Changed --no-merge-const-pool to -fno-merge-const-pool (#3436).
|
2022-06-03 19:41:59 -04:00 |
|
V3OptionParser.h
|
Changed --no-merge-const-pool to -fno-merge-const-pool (#3436).
|
2022-06-03 19:41:59 -04:00 |
|
V3Options.cpp
|
Respect clang's default -fbracket-depth by default
|
2022-07-25 12:59:26 +01:00 |
|
V3Options.h
|
Respect clang's default -fbracket-depth by default
|
2022-07-25 12:59:26 +01:00 |
|
V3Order.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Order.h
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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
|
Wildcard index type support for associative arrays (#3501).
|
2022-07-20 15:01:36 +02:00 |
|
V3ParseImp.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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 |
|
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
|
Minor clean up of initialization
|
2022-07-13 18:24:48 +01:00 |
|
V3PreShell.h
|
Minor clean up of initialization
|
2022-07-13 18:24:48 +01:00 |
|
V3Premit.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Premit.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -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: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Randomize.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Reloop.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Fix table misoptimizing away display (#3488).
|
2022-07-09 07:55:46 -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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -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 |
|
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 |
|
V3Table.cpp
|
Fix table misoptimizing away display (#3488).
|
2022-07-09 07:55:46 -04: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
|
Configure tracing at run-time, instead of compile time (#3504)
|
2022-07-20 11:27:10 +01:00 |
|
V3Trace.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3TraceDecl.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3TraceDecl.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -05:00 |
|
V3Tristate.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
V3Tristate.h
|
Internals: Make all .h files compilable
|
2022-01-08 11:18:23 -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: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04:00 |
|
Verilator.cpp
|
Internals: Fix some cppcheck issues. Some dump functions fixed.
|
2022-07-30 10:01:39 -04: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 |
|
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 |
|
astgen
|
Internals: Use python pass appropriately. No functional change intended.
|
2022-03-26 15:57:52 -04:00 |
|
bisonpre
|
Fix bisonpre for MSYS2 (#3471)
|
2022-06-20 11:59:27 -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 |
|
mkinstalldirs
|
Fix man files misinstalling; cleanup mkinstalldirs
|
2018-09-13 19:09:35 -04:00 |
|
verilog.l
|
Support compile time trace signal selection with tracing_on/off (#3323).
|
2022-05-12 22:28:08 -04:00 |
|
verilog.y
|
Fix struct pattern assignment (#2328) (#3517).
|
2022-07-25 17:46:22 -04:00 |
|
vlcovgen
|
Copyright year update.
|
2022-01-01 08:26:40 -05:00 |