verilator/src
Wilson Snyder 1b93033690 Add `--quiet-build` to suppress make/compiler informationals. 2025-12-23 19:21:42 -05:00
..
.gdbinit Copyright year update. 2025-01-01 08:30:25 -05:00
.gdbinit.py Add cast in gdbinit.py (#6447) 2025-09-17 07:23:47 -04:00
.gitignore Fix config_build.h issues (#4380) (#4381) 2023-07-27 05:42:35 -04:00
CMakeLists.txt Optimize inlining small C functions and add `-inline-cfuncs` (#6815) 2025-12-21 13:14:50 -05:00
Makefile.in Fix determining Verilator revision when within git submodules without tags. 2025-11-03 18:36:20 -05:00
Makefile_obj.in Optimize inlining small C functions and add `-inline-cfuncs` (#6815) 2025-12-21 13:14:50 -05:00
V3Active.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3Active.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3ActiveTop.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3ActiveTop.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Assert.cpp Improve message on cast assertion failure. 2025-12-13 20:51:13 -05:00
V3Assert.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3AssertPre.cpp Support assert under assert (#6146). 2025-12-16 20:45:31 -05:00
V3AssertPre.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3AssertProp.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3AssertProp.h Support multi-expression sequences (#6639) 2025-11-06 08:42:27 -05:00
V3Ast.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3Ast.h Fix splitting of Syms constructor/destructor bodies (#6662) 2025-11-08 10:36:12 +00:00
V3AstAttr.h REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3AstInlines.h Fix class param static not found again error (#6768). 2025-12-08 20:11:28 -05:00
V3AstNodeDType.h Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3AstNodeExpr.h Fix parameterized class module parameters (#6754) (#6834) 2025-12-19 12:57:15 -05:00
V3AstNodeOther.h Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3AstNodeStmt.h REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3AstNodes.cpp Fix JSON missing `signed` indication (#6845). 2025-12-20 22:11:09 -05:00
V3AstUserAllocator.h Support force/release with a variable reference (#5721) (#5810) 2025-03-04 10:12:02 -05:00
V3Begin.cpp Fix generate function(s) inside of generate blocks (#1011) (#6789) 2025-12-10 20:53:19 -05:00
V3Begin.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Branch.cpp Remove use of VL_INLINE_OPT macro (#6507) 2025-09-29 18:07:36 +01:00
V3Branch.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Broken.cpp Fix select assignment expansion (#6757) 2025-12-05 10:07:53 -05:00
V3Broken.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3CCtors.cpp Internals: Refactor text based Ast constructs (#6280) (#6571) 2025-10-21 12:41:29 +01:00
V3CCtors.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3CUse.cpp Internals: Fix some object-less asserts 2025-09-20 17:40:50 -04:00
V3CUse.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Case.cpp Internals: Add some additional dangling checks. No functional change intended 2025-12-07 13:25:37 -05:00
V3Case.h Internals: Refactor generate construct Ast handling (#6280) (#6470) 2025-09-23 19:49:01 +01:00
V3Cast.cpp Internals: Replace VlTriggerVec with unpacked array (#6616) 2025-10-31 18:29:11 +00:00
V3Cast.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Cfg.cpp Improve Loop unrolling (#6480) (#6493) 2025-09-29 15:25:25 +01:00
V3Cfg.h Internals: Improve DFG implementation details (#6355) 2025-09-02 16:50:40 +01:00
V3CfgBuilder.cpp Fix $finish inside fork blocks (#6555) 2025-10-20 10:16:05 -04:00
V3CfgLiveVariables.cpp Fix $finish inside fork blocks (#6555) 2025-10-20 10:16:05 -04:00
V3Class.cpp Internals: Improve cppcheck flow and fix up issues (#6311) 2025-08-19 22:02:10 +01:00
V3Class.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Clean.cpp Internals: Refactor text based Ast constructs (#6280) (#6571) 2025-10-21 12:41:29 +01:00
V3Clean.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Clock.cpp Fix slow compilation of generated sampled value code (#6652) 2025-11-06 13:31:40 +00:00
V3Clock.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Combine.cpp Internals: Fix coverage exclusion markers 2025-10-01 21:22:16 +01:00
V3Combine.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Common.cpp Use explicit ctor/dtor functions for VerilatedModules (#6660) 2025-11-07 19:57:10 +00:00
V3Common.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Const.cpp Fix parameterized class module parameters (#6754) (#6834) 2025-12-19 12:57:15 -05:00
V3Const.h Internals: Remove unneeded return, cleanup param test. No functional change 2025-08-30 07:42:41 -04:00
V3Control.cpp Change metacomments to not enable warnings disabled in control file (#6836) (#6842) 2025-12-20 06:33:46 -05:00
V3Control.h Add `-param`/`-port` options to `public_flat*` control directives (#6685) 2025-11-13 06:59:02 -05:00
V3Coverage.cpp Skip properties for expression coverage (#6830) 2025-12-17 13:51:40 -05:00
V3Coverage.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3CoverageJoin.cpp Internals: Improve cppcheck flow and fix up issues (#6311) 2025-08-19 22:02:10 +01:00
V3CoverageJoin.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Dead.cpp REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3Dead.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Delayed.cpp Internals: Add some additional dangling checks. No functional change intended 2025-12-07 13:25:37 -05:00
V3Delayed.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Depth.cpp Internals: Replace AstMTaskBody with AstCFunc(#6280) (#6628) 2025-11-03 06:32:03 +00:00
V3Depth.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3DepthBlock.cpp Internals: Refactor V3EmitUtil to not be base class. No functional change. 2025-08-25 22:05:40 -04:00
V3DepthBlock.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Descope.cpp Internals: Refactor AstCFunc internals (#6280) (#6578) 2025-10-21 16:37:32 +01:00
V3Descope.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Dfg.cpp Fix Dfg reusing volatile variables 2025-12-05 14:12:36 +00:00
V3Dfg.h Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3DfgAstToDfg.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3DfgBreakCycles.cpp Improve combinational cycle fixup in Dfg (#6744) (#6746) 2025-12-08 18:43:21 +00:00
V3DfgCache.cpp Copyright year update. 2025-01-01 08:30:25 -05:00
V3DfgCache.h Internals: Optimize temporary memory allocations (#6517) 2025-10-01 15:01:30 +01:00
V3DfgColorSCCs.cpp Internals: Manage DfgVertex user data via a typed map (#6356) 2025-09-02 22:21:24 +01:00
V3DfgContext.h Improve Dfg variable removal and temporary insertion (#6401) 2025-09-10 12:38:49 +01:00
V3DfgCse.cpp Internals: Fix coverage exclusion 2025-10-09 16:58:06 +01:00
V3DfgDataType.cpp Improve Dfg type system (#6390) 2025-09-07 20:38:50 +01:00
V3DfgDataType.h Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3DfgDecomposition.cpp Internals: Manage DfgVertex user data via a typed map (#6356) 2025-09-02 22:21:24 +01:00
V3DfgDfgToAst.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3DfgOptimizer.cpp REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3DfgOptimizer.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3DfgPasses.cpp V3DfgPasses: Optimize mux with UInt To OneHot (#6822) 2025-12-17 12:07:21 -05:00
V3DfgPasses.h Improve Dfg variable removal and temporary insertion (#6401) 2025-09-10 12:38:49 +01:00
V3DfgPatternStats.h Improve Dfg type system (#6390) 2025-09-07 20:38:50 +01:00
V3DfgPeephole.cpp Tests: Add tests for -fno-dfg-peephole* (#6606) 2025-10-28 17:59:11 +00:00
V3DfgPeepholePatterns.h Optimize complex combinational logic in DFG (#6298) 2025-08-19 15:06:38 +01:00
V3DfgRegularize.cpp Deprecate clocker attribute and --clk option (#6463) 2025-09-20 15:50:22 +01:00
V3DfgSynthesize.cpp Fix Dfg assertion on out of bounds selects 2025-12-06 15:31:27 +00:00
V3DfgVertices.h Fix crash on Dfg driver lookup 2025-11-08 13:55:56 +00:00
V3DiagSarif.cpp Internals: Improve cppcheck flow and fix up issues (#6311) 2025-08-19 22:02:10 +01:00
V3DiagSarif.h Support SARIF JSON diagnostic output with `--diagnostics-sarif`. (#6017) 2025-05-17 15:46:15 -04:00
V3DupFinder.cpp Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3DupFinder.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3EmitC.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3EmitCBase.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3EmitCBase.h Internals: Refactor file handling in EmitC* (#6667) 2025-11-09 17:41:13 +00:00
V3EmitCConstInit.h Internals: Refector to create single V3Number::emitC. Fix some double emit issues (#6528). 2025-10-04 07:23:13 -04:00
V3EmitCConstPool.cpp Internals: Refactor file handling in EmitC* (#6667) 2025-11-09 17:41:13 +00:00
V3EmitCFunc.cpp Use explicit ctor/dtor functions for VerilatedModules (#6660) 2025-11-07 19:57:10 +00:00
V3EmitCFunc.h Fix process reference giving no return statement error (#6767) (#6823) 2025-12-15 18:09:45 -05:00
V3EmitCHeaders.cpp Internals: Refactor file handling in EmitC* (#6667) 2025-11-09 17:41:13 +00:00
V3EmitCImp.cpp REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3EmitCInlines.cpp Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3EmitCMain.cpp Fix setting thread count in VerilatedContext (#6826 partial) (#6841) 2025-12-19 10:59:43 -05:00
V3EmitCMain.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3EmitCMake.cpp Internals: Use a V3Graph for the hierarchical plan (#6545) 2025-10-09 21:41:23 +02:00
V3EmitCMake.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3EmitCModel.cpp Optimize trace initialization code size (#6749) 2025-12-02 07:19:45 -05:00
V3EmitCPch.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3EmitCSyms.cpp Fix stale pointers in VerilatedImpData::m_hierMap (#6726) 2025-12-07 15:42:29 -05:00
V3EmitMk.cpp Fix --hierarchical with --binary (#6602) 2025-10-28 17:02:21 +00:00
V3EmitMk.h Internals: Use a V3Graph for the hierarchical plan (#6545) 2025-10-09 21:41:23 +02:00
V3EmitMkJson.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3EmitMkJson.h Add `--make json` to enable integration with non-make/cmake build systems (#5799) 2025-03-11 19:57:21 -04:00
V3EmitV.cpp Support multi-expression sequences (#6639) 2025-11-06 08:42:27 -05:00
V3EmitV.h Optimize complex combinational logic in DFG (#6298) 2025-08-19 15:06:38 +01:00
V3EmitXml.cpp Fix multitop cross references (#6699). 2025-11-26 06:09:29 -05:00
V3EmitXml.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Error.cpp Internals: Fix name of some static and thread variables. No functional change. 2025-10-27 20:49:41 -04:00
V3Error.h Add SUPERNFIRST error on super.new on non-first statement (#6784). 2025-12-09 19:22:59 -05:00
V3ExecGraph.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3ExecGraph.h Internals: Replace AstMTaskBody with AstCFunc(#6280) (#6628) 2025-11-03 06:32:03 +00:00
V3Expand.cpp Fix select assignment expansion (#6757) 2025-12-05 10:07:53 -05:00
V3Expand.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3File.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3File.h Internals: Refactor file handling in EmitC* (#6667) 2025-11-09 17:41:13 +00:00
V3FileLine.cpp Change metacomments to not enable warnings disabled in control file (#6836) (#6842) 2025-12-20 06:33:46 -05:00
V3FileLine.h Change metacomments to not enable warnings disabled in control file (#6836) (#6842) 2025-12-20 06:33:46 -05:00
V3Force.cpp Support force assignments to unpacked array elements of simple types (partial #4735) (#6787) 2025-12-16 08:35:59 +01:00
V3Force.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Fork.cpp Tests: Better handle multiline statements in t_dist_warn_coverage 2025-12-21 16:15:33 -05:00
V3Fork.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3FuncOpt.cpp Internals: Cleanup V3FuncOpt (#6590) 2025-10-24 07:42:13 -04:00
V3FuncOpt.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3FunctionTraits.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Gate.cpp Fix unsupported `if` virtual interface warning (#6558) (#6861) 2025-12-23 10:12:34 -05:00
V3Gate.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Global.cpp Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3Global.h Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3Graph.cpp Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3Graph.h Fix interface exposure with `--public-depth` or `--trace-depth` (#5758). 2025-09-23 22:05:51 -04:00
V3GraphAcyc.cpp Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
V3GraphAlg.cpp Internals: Optimize temporary memory allocations (#6517) 2025-10-01 15:01:30 +01:00
V3GraphAlg.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3GraphPathChecker.cpp Internals: Favor std::array. No functional change intended. 2025-07-24 02:39:03 -04:00
V3GraphPathChecker.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3GraphStream.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3GraphTest.cpp Iternals: Remove AstAssignPre/AstAssignPost (#6307) 2025-08-19 09:27:59 +01:00
V3Hash.cpp Copyright year update. 2025-01-01 08:30:25 -05:00
V3Hash.h Internals: Optimize temporary memory allocations (#6517) 2025-10-01 15:01:30 +01:00
V3Hasher.cpp Internals: Fix hasing node informational on AstCaseItem 2025-11-16 18:37:58 -05:00
V3Hasher.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3HierBlock.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3HierBlock.h Internals: Use a V3Graph for the hierarchical plan (#6545) 2025-10-09 21:41:23 +02:00
V3Inline.cpp Fix select assignment expansion (#6757) 2025-12-05 10:07:53 -05:00
V3Inline.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3InlineCFuncs.cpp Optimize inlining small C functions and add `-inline-cfuncs` (#6815) 2025-12-21 13:14:50 -05:00
V3InlineCFuncs.h Optimize inlining small C functions and add `-inline-cfuncs` (#6815) 2025-12-21 13:14:50 -05:00
V3Inst.cpp Fix select assignment expansion (#6757) 2025-12-05 10:07:53 -05:00
V3Inst.h Fix corner case bugs in module and variable inlining (#6322) 2025-08-22 21:43:49 +01:00
V3InstrCount.cpp Internals: Refactor AstNodeBlock representation (#6280) (#6588) 2025-10-24 14:00:07 +01:00
V3InstrCount.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Interface.cpp Internals: Change AstAssignVarScope into AstAliasScope (#6280) (#6512) 2025-09-30 06:40:17 +01:00
V3Interface.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LangCode.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LanguageWords.h Add `systemc_header_post 2025-03-28 22:40:21 -04:00
V3LibMap.cpp Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3LibMap.h Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3Life.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3Life.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LifePost.cpp Internals: Replace AstMTaskBody with AstCFunc(#6280) (#6628) 2025-11-03 06:32:03 +00:00
V3LifePost.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LinkCells.cpp Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3LinkCells.h Remove symbol table from parser: Support redeclaring type as non-type; major parsing change (#2412). 2025-05-18 07:13:37 -04:00
V3LinkDot.cpp Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3LinkDot.h Internals: Refactor V3LinkDot dump and comments. No functional change intended. 2025-04-27 16:52:26 -04:00
V3LinkDotIfaceCapture.cpp Fix `randc` on extended class (#6852). 2025-12-21 19:56:55 -05:00
V3LinkDotIfaceCapture.h Fix parameterized class module parameters (#6754) (#6834) 2025-12-19 12:57:15 -05:00
V3LinkInc.cpp Internals: Parse ++/-- in statement position as AstStmtExpr (#6280) (#6510) 2025-09-29 21:01:40 +02:00
V3LinkInc.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LinkJump.cpp Fix `randsequence return` inside function 2025-12-02 17:54:40 -05:00
V3LinkJump.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LinkLValue.cpp Support for simple alias statements (#6339) 2025-09-26 15:19:48 +02:00
V3LinkLValue.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LinkLevel.cpp Fix JSON dump missing output ports (#6751) (#6831) 2025-12-19 07:30:33 -05:00
V3LinkLevel.h Fix JSON dump missing output ports (#6751) (#6831) 2025-12-19 07:30:33 -05:00
V3LinkParse.cpp Fix false IMPLICITSTATIC on localparam (#6835) 2025-12-18 12:51:31 +00:00
V3LinkParse.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3LinkResolve.cpp Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3LinkResolve.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3List.h Optimize multiplexers in Dfg synthesis (#6331) 2025-08-25 13:47:45 +01:00
V3Localize.cpp Fix unsupported `if` virtual interface warning (#6558) (#6861) 2025-12-23 10:12:34 -05:00
V3Localize.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3MemberMap.h Fix duplicate name error with interface initial blocks (#6804) (#6805). 2025-12-16 20:57:58 -05:00
V3MergeCond.cpp Improve conditional merging to preserve branch prediction 2025-10-20 20:01:48 +01:00
V3MergeCond.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Mutex.h Internals/Tests: Cleanup some missing dev coverage items 2025-10-11 20:58:03 -04:00
V3Name.cpp Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3Name.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Number.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3Number.h Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3OptionParser.cpp Improve reusability of --dump-inputs output (#6812) 2025-12-16 11:08:19 +00:00
V3OptionParser.h Improve reusability of --dump-inputs output (#6812) 2025-12-16 11:08:19 +00:00
V3Options.cpp Add `--quiet-build` to suppress make/compiler informationals. 2025-12-23 19:21:42 -05:00
V3Options.h Add `--quiet-build` to suppress make/compiler informationals. 2025-12-23 19:21:42 -05:00
V3Order.cpp Internals: Factor out --prof-exec section handling, add debug code 2025-11-25 10:08:03 +00:00
V3Order.h Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3OrderCFuncEmitter.h Internals: Split some code from V3Sched.cpp 2025-10-27 21:18:47 +00:00
V3OrderGraph.h Iternals: Remove AstAssignPre/AstAssignPost (#6307) 2025-08-19 09:27:59 +01:00
V3OrderGraphBuilder.cpp Internals: Replace VlTriggerVec with unpacked array (#6616) 2025-10-31 18:29:11 +00:00
V3OrderInternal.h Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3OrderMoveGraph.cpp Copyright year update. 2025-01-01 08:30:25 -05:00
V3OrderMoveGraph.h Fix V3Hash MacOS ambiguity again (#6350) 2025-08-31 09:54:13 -04:00
V3OrderParallel.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3OrderProcessDomains.cpp Improve memory usage for SenTrees in V3OrderProcessDomains (#6112) 2025-06-23 14:22:10 -04:00
V3OrderSerial.cpp Internals: Replace VlTriggerVec with unpacked array (#6616) 2025-10-31 18:29:11 +00:00
V3Os.cpp Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3Os.h Optimize to return memory when using -build (#6192) (#6226). 2025-07-24 08:36:58 +02:00
V3PairingHeap.h Internals: Cleanup cppcheck warnings (#6317) 2025-08-20 18:21:24 +01:00
V3Param.cpp Fix parameterized class module parameters (#6754) (#6834) 2025-12-19 12:57:15 -05:00
V3Param.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Parse.h Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3ParseGrammar.cpp Internals: Fix name of some static and thread variables. No functional change. 2025-10-27 20:49:41 -04:00
V3ParseGrammar.h Support parsing only of covergroup.option.option_name 2025-12-04 21:55:55 -05:00
V3ParseImp.cpp Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3ParseImp.h Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3ParseLex.cpp Copyright year update. 2025-01-01 08:30:25 -05:00
V3PchAstMT.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3PchAstNoMT.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3PreExpr.h Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3PreLex.h Internals/Tests: Add `--debug-preproc-passthru` to cleanup some missing dev coverage items 2025-10-11 14:15:04 -04:00
V3PreLex.l Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
V3PreProc.cpp Improve reusability of --dump-inputs output (#6812) 2025-12-16 11:08:19 +00:00
V3PreProc.h Standardize some error messages. 2025-03-23 19:51:54 -04:00
V3PreShell.cpp Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
V3PreShell.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Premit.cpp Internals: Refactor AstCFunc internals (#6280) (#6578) 2025-10-21 16:37:32 +01:00
V3Premit.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3ProtectLib.cpp Fix --lib-create with multi-bit clocks (#6759) 2025-12-05 15:21:35 +00:00
V3ProtectLib.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3RandSequence.cpp Support randsequence (#6131) 2025-11-30 09:04:42 -05:00
V3RandSequence.h Support randsequence (#6131) 2025-11-30 09:04:42 -05:00
V3Randomize.cpp Fix `randc` on extended class (#6852). 2025-12-21 19:56:55 -05:00
V3Randomize.h Support randomization of scope variables with 'std::randomize()' (#5438) (#6185) 2025-07-25 12:13:46 +02:00
V3Reloop.cpp Improve Loop unrolling (#6480) (#6493) 2025-09-29 15:25:25 +01:00
V3Reloop.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Rtti.h Internals: Improve V3Rtti for cppcheck (#6312) 2025-08-19 23:05:34 +01:00
V3Sampled.cpp Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3Sampled.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Sched.cpp Internals: Factor out --prof-exec section handling, add debug code 2025-11-25 10:08:03 +00:00
V3Sched.h Internals: Factor out --prof-exec section handling, add debug code 2025-11-25 10:08:03 +00:00
V3SchedAcyclic.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3SchedPartition.cpp Deprecate clocker attribute and --clk option (#6463) 2025-09-20 15:50:22 +01:00
V3SchedReplicate.cpp Internals: Rename AstSenTree pointers to sentreep. No functional change intended except JSON. 2025-08-17 19:14:34 -04:00
V3SchedTiming.cpp Fix process reference giving no return statement error (#6767) (#6823) 2025-12-15 18:09:45 -05:00
V3SchedTrigger.cpp Internals: Factor out --prof-exec section handling, add debug code 2025-11-25 10:08:03 +00:00
V3SchedUtil.cpp Internals: Factor out --prof-exec section handling, add debug code 2025-11-25 10:08:03 +00:00
V3SchedVirtIface.cpp Fix unsupported `if` virtual interface warning (#6558) (#6861) 2025-12-23 10:12:34 -05:00
V3Scope.cpp Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3Scope.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Scoreboard.cpp Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
V3Scoreboard.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3SenExprBuilder.h Commentary 2025-12-21 18:55:51 -05:00
V3SenTree.h Internals: Cleanups (from parse branch). No functional change intended. 2025-04-27 14:17:24 -04:00
V3Simulate.h Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3Slice.cpp Fix large array initialization (#6669) 2025-11-10 09:19:08 -05:00
V3Slice.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Split.cpp Fix reordering of function body inlined on RHS of <= NBA (#6780) 2025-12-08 18:42:52 +00:00
V3Split.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3SplitAs.cpp Internals: Use UINFOTREE istead of dumpTree 2025-08-02 13:44:40 -04:00
V3SplitAs.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3SplitVar.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3SplitVar.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3StackCount.cpp Internals: Refactor AstNodeBlock representation (#6280) (#6588) 2025-10-24 14:00:07 +01:00
V3StackCount.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Stats.cpp Internals: Optimize temporary memory allocations (#6517) 2025-10-01 15:01:30 +01:00
V3Stats.h Internals: Optimize temporary memory allocations (#6517) 2025-10-01 15:01:30 +01:00
V3StatsReport.cpp Fix command line statistics with --stats (#6645) (#6646) 2025-11-05 14:59:25 +00:00
V3StdFuture.h Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3String.cpp Improve `lint_off` to allow multiple messages and comments (#2755 partial). 2025-10-07 22:49:42 -04:00
V3String.h Add t_dist_docs_options checks, and fix related docs and coverage issues 2025-10-25 10:53:24 -04:00
V3Subst.cpp Internals: Refactor text based Ast constructs (#6280) (#6571) 2025-10-21 12:41:29 +01:00
V3Subst.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3SymTable.h Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
V3TSP.cpp Internals: Fix name of some static and thread variables. No functional change. 2025-10-27 20:49:41 -04:00
V3TSP.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Table.cpp Internals: Upgrade to clang-format-18 (#6333) 2025-08-25 20:47:48 -04:00
V3Table.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Task.cpp Fix DPI under param class (#6733 partial) 2025-12-07 13:30:54 -05:00
V3Task.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3ThreadPool.cpp Copyright year update. 2025-01-01 08:30:25 -05:00
V3ThreadPool.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Timing.cpp Fix process reference giving no return statement error (#6767) (#6823) 2025-12-15 18:09:45 -05:00
V3Timing.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Trace.cpp REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3Trace.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3TraceDecl.cpp REVERT 612237b7: Optimize trace code for faster compiles on repeated types (#6707) (#6832 partial). 2025-12-17 17:37:35 -05:00
V3TraceDecl.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Tristate.cpp Internals: Make AstAssignW a procedural statement (#6280) (#6556) 2025-10-14 09:05:19 +01:00
V3Tristate.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Udp.cpp Fix X handling in UDPs (#6723) 2025-11-22 20:09:49 -05:00
V3Udp.h Support user-defined primitives (UDPs) (#468) (#5807) (#5936) 2025-04-16 06:32:18 -04:00
V3Undriven.cpp Internals: Remove dead code, fix or sign off coverage 2025-10-08 08:24:06 +01:00
V3Undriven.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3UniqueNames.h Support `case` impure expressions (#6563) 2025-10-17 09:00:32 -04:00
V3Unknown.cpp Throw UNSUPPORTED on force / release statements with complex select expressions (#6755) 2025-12-04 14:06:47 +01:00
V3Unknown.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Unroll.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3Unroll.h Improve Loop unrolling (#6480) (#6493) 2025-09-29 15:25:25 +01:00
V3UnrollGen.cpp Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
V3VariableOrder.cpp Internals: Update some JSON references. No functional change. 2025-12-23 10:13:23 -05:00
V3VariableOrder.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Waiver.cpp Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
V3Waiver.h Copyright year update. 2025-01-01 08:30:25 -05:00
V3Width.cpp Fix unsupported `if` virtual interface warning (#6558) (#6861) 2025-12-23 10:12:34 -05:00
V3Width.h Optimization of typedef params (#6543) (#6547) 2025-10-10 10:05:47 -04:00
V3WidthCommit.cpp Fix class param static not found again error (#6768). 2025-12-08 20:11:28 -05:00
V3WidthCommit.h Internals: Add V3Number width-and-opAssign. No functional change. 2025-04-30 08:08:44 -04:00
V3WidthRemove.h Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
V3WidthSel.cpp Internals: Refactor to create VCMethod (#3715). No functional change intended. 2025-09-27 08:22:17 -04:00
Verilator.cpp Add `--quiet-build` to suppress make/compiler informationals. 2025-12-23 19:21:42 -05:00
VlcBucket.h Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
VlcMain.cpp Improve reusability of --dump-inputs output (#6812) 2025-12-16 11:08:19 +00:00
VlcOptions.h Add filtering type option in verilator_coverage (#6030) 2025-05-22 02:42:09 -07:00
VlcPoint.h Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
VlcSource.h Internals: Add some const. No functional change. 2025-03-09 13:13:57 -04:00
VlcTest.h Internals: Fix remaining cppcheck errors (#6319) 2025-08-21 09:43:37 +01:00
VlcTop.cpp Internals: UINFO now includes newline itself. No functional change. 2025-05-22 20:29:32 -04:00
VlcTop.h Copyright year update. 2025-01-01 08:30:25 -05:00
astgen Fix unused parameterized class causing internal error (#4013). 2025-09-26 20:50:47 -04:00
bisonpre Internals: Add more python strict typing. No functional change intended 2025-11-01 14:14:56 -04:00
config_build.h Copyright year update. 2025-01-01 08:30:25 -05:00
config_package.h.in Internals: Improve coverage flow (#6526) 2025-10-03 17:18:24 +01:00
config_rev Fix determining Verilator revision when within git submodules without tags. 2025-11-03 19:59:59 -05:00
cppcheck-suppressions.txt Internals: cppcheck fixes. No functional change. (#6687) 2025-11-12 18:54:22 -05:00
flexfix Internals: Add more python strict typing. No functional change intended 2025-11-01 14:14:56 -04:00
mkinstalldirs
verilog.l Support `-libmap` (#5891 partial) (#6764) 2025-12-16 11:21:46 -05:00
verilog.y Internals: Modport expression parsing and tests (#2601 partial) (#6848) 2025-12-21 08:58:21 -05:00
vlcovgen Internals: Add more python strict typing. No functional change intended 2025-11-01 14:14:56 -04:00