verilator/src
Geza Lore 9d7086067c Rework serial/parallel build mode
Instead of __ALLfast.cpp and __ALLslow.cpp, we now create only a single
__ALL.cpp and compile it with OPT_FAST, this speeds up small builds
where the C compiler does not dominate. A separate patch will follow
turning VM_PARALLEL_BUILDS on by default at a certain size.

Given this change to the build there is now no point in emitting both
fast and slow routines into the same .cpp file when --output-split is
not set as they will be just included in the same __ALL.cpp file. To
keep things simpler and the output easier to comprehend, V3EmitC has
also been changed to always emit the fast and slow files separately.

Also change verilated.mk to apply OPT_SLOW to all slow files, not just
ones called *__Slow.cpp. This change in particular ensures __Syms.cpp
is build as slow.

Part of #2360.
2020-05-26 01:22:10 +01:00
..
.gdbinit Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
.gitignore
Makefile.in Clean additional objects. 2020-05-16 13:28:03 -04:00
Makefile_obj.in Add experimental-only option. 2020-04-21 20:45:23 -04:00
V3Active.cpp Support event data type (with some restrictions). 2020-04-25 15:37:46 -04:00
V3Active.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3ActiveTop.cpp Internals: Refactor to add AstNodeProcedure. No functional change intended. 2020-05-05 19:12:36 -04:00
V3ActiveTop.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Assert.cpp Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
V3Assert.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3AssertPre.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3AssertPre.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Ast.cpp Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Ast.h Internals: Refector needHeavy into methods. No functional change intended. 2020-05-25 15:34:24 -04:00
V3AstConstOnly.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3AstNodes.cpp Internals: AstRefDType points to AstTypedef instead of sub-dtype, in prep for future commits. 2020-05-24 14:22:06 -04:00
V3AstNodes.h Internals: Refector needHeavy into methods. No functional change intended. 2020-05-25 15:34:24 -04:00
V3Begin.cpp Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
V3Begin.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Branch.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Branch.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Broken.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3Broken.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3CCtors.cpp Codacity cleanups. No functional change intended. 2020-04-20 21:43:05 -04:00
V3CCtors.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3CUse.cpp Internals: cppcheck 1.90 fixes. No functional change intended. 2020-04-05 18:57:47 -04:00
V3CUse.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Case.cpp wip 2020-05-07 21:04:26 -04:00
V3Case.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Cast.cpp Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
V3Cast.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Cdc.cpp Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01:00
V3Cdc.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Changed.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Changed.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Class.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Class.h Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
V3Clean.cpp Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
V3Clean.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Clock.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Clock.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Combine.cpp Modify std::multimap in V3Combine safely. 2020-05-07 14:31:43 +01:00
V3Combine.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Config.cpp Internals: Parse fork and delays, but then still report unsupported. 2020-04-22 21:31:40 -04:00
V3Config.h Internal: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -04:00
V3Const.cpp Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
V3Const.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Coverage.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Coverage.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3CoverageJoin.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3CoverageJoin.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Dead.cpp Internals: AstRefDType points to AstTypedef instead of sub-dtype, in prep for future commits. 2020-05-24 14:22:06 -04:00
V3Dead.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Delayed.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3Delayed.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Depth.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Depth.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3DepthBlock.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3DepthBlock.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Descope.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Descope.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3EmitC.cpp Rework serial/parallel build mode 2020-05-26 01:22:10 +01:00
V3EmitC.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3EmitCBase.h Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01:00
V3EmitCInlines.cpp Internals: Refector needHeavy into methods. No functional change intended. 2020-05-25 15:34:24 -04:00
V3EmitCMain.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3EmitCMain.h Add experimental-only option. 2020-04-21 20:45:23 -04:00
V3EmitCMake.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3EmitCMake.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3EmitCSyms.cpp Add t_trace_c_api test. 2020-05-15 20:38:08 -04:00
V3EmitMk.cpp Improve trace buffer memory utilization and performance. 2020-04-27 19:00:17 +01:00
V3EmitMk.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3EmitV.cpp Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
V3EmitV.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3EmitXml.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3EmitXml.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Error.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Error.h Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Expand.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Expand.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3File.cpp Internal: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -04:00
V3File.h clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3FileLine.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3FileLine.h Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Gate.cpp Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01:00
V3Gate.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3GenClk.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3GenClk.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Global.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Global.h Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Graph.cpp Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Graph.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3GraphAcyc.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3GraphAlg.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3GraphAlg.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3GraphDfa.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3GraphDfa.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3GraphPathChecker.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3GraphPathChecker.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3GraphStream.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3GraphTest.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Hashed.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Hashed.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Inline.cpp Add --flaten for use with --xml-only (#2270). 2020-04-21 18:14:08 -04:00
V3Inline.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Inst.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Inst.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3InstrCount.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3InstrCount.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LangCode.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3LanguageWords.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Life.cpp Internals: Enable future JumpGo to non-end. No functional change intended. 2020-05-06 21:33:05 -04:00
V3Life.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LifePost.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3LifePost.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkCells.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3LinkCells.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkDot.cpp Internals: AstRefDType points to AstTypedef instead of sub-dtype, in prep for future commits. 2020-05-24 14:22:06 -04:00
V3LinkDot.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3LinkJump.cpp Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
V3LinkJump.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkLValue.cpp Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
V3LinkLValue.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkLevel.cpp Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
V3LinkLevel.h Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
V3LinkParse.cpp Internals: Parser cleanup of parameters, first part. 2020-05-25 18:41:47 -04:00
V3LinkParse.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkResolve.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3LinkResolve.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3List.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Localize.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Localize.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Name.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Name.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Number.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Number.h Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Number_test.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Options.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3Options.h Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
V3Order.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Order.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3OrderGraph.h Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Os.cpp Fix WIFEXITED error on FreeBSD. (#2351) (#2353) 2020-05-23 16:30:36 -04:00
V3Os.h Add --build option to call make/cmake as subprocess (#2249) 2020-04-15 17:44:21 -04:00
V3Param.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Param.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Parse.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3ParseGrammar.cpp Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
V3ParseImp.cpp Internal: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -04:00
V3ParseImp.h Internals: Parse lifetime directives; still unsupported. 2020-04-26 12:45:06 -04:00
V3ParseLex.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3ParseSym.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Partition.cpp Use 'suggest' for consistent wording. 2020-04-28 21:19:19 -04:00
V3Partition.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3PartitionGraph.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3PreLex.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3PreLex.l clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3PreProc.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3PreProc.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3PreShell.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3PreShell.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Premit.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Premit.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3ProtectLib.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3ProtectLib.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Reloop.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Reloop.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Scope.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3Scope.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Scoreboard.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Scoreboard.h Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3SenTree.h clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Simulate.h Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Slice.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3Slice.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Split.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Split.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3SplitAs.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3SplitAs.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3SplitVar.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3SplitVar.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Stats.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Stats.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3StatsReport.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3String.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3String.h Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
V3Subst.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Subst.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3SymTable.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3TSP.cpp Internal: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -04:00
V3TSP.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Table.cpp Internals: Rename VSigning 2020-04-19 21:19:09 -04:00
V3Table.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Task.cpp Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
V3Task.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Trace.cpp Optimize trace activity flags a bit more 2020-05-17 19:41:24 +01:00
V3Trace.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3TraceDecl.cpp Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01:00
V3TraceDecl.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Tristate.cpp clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Tristate.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Undriven.cpp Use clang-format 10.0.0 2020-04-28 18:47:59 -04:00
V3Undriven.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Unknown.cpp Use clang-format 10.0.0 2020-04-28 18:47:59 -04:00
V3Unknown.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Unroll.cpp Fix crash in unroller on increment-only while loops. 2020-05-10 15:26:41 -04:00
V3Unroll.h Internals: clang-format cleanup. No functional change. 2020-04-02 08:25:44 -04:00
V3Width.cpp Internals: AstRefDType points to AstTypedef instead of sub-dtype, in prep for future commits. 2020-05-24 14:22:06 -04:00
V3Width.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3WidthCommit.h Internals: Rename VSigning 2020-04-19 21:19:09 -04:00
V3WidthSel.cpp Fix regression due to early constant folding in +: and -: (#2338) 2020-05-18 18:46:00 +01:00
Verilator.cpp Internals: Code cleanups. 2020-05-09 15:00:46 -04:00
VlcBucket.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
VlcMain.cpp Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
VlcOptions.h Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
VlcPoint.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
VlcSource.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
VlcTest.h Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
VlcTop.cpp Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
VlcTop.h Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
astgen Internals: Fix tabs in astgen. No effective functional change. 2020-05-05 20:33:35 -04:00
bisonpre Fix compile error when using bison 3.6.1 (#2320) 2020-05-13 19:18:56 -04:00
config_build.h.in clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
config_rev.pl Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
cppcheck_filtered Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
flexfix Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
mkinstalldirs Fix man files misinstalling; cleanup mkinstalldirs 2018-09-13 19:09:35 -04:00
pod2latexfix Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
verilog.l Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
verilog.y Internals: Comment grammar continuations. No functional change. 2020-05-25 19:40:20 -04:00
vlcovgen Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00