verilator/src
Geza Lore dc25e9b949
Optimize fine grained trace activity flags (#2336)
Firstly, we always use a byte array for fine grained activity flags
instead of a bit vector (we used to use a byte array only if we had
parallel mtasks). The byte vector can be set more cheaply in eval,
closing about 1/3 of the gap in performance between compiling with
or without --trace on SweRV EH1. The speed of tracing itself is not
measurably different.

Secondly, we prune the activity tracking such that if a set of activity
flag combinations only guard a small number of signals, we will turn
those signals into awayls traced signals. This avoids code which
sometimes tests dozens of activity flags just to subsequently check one
signal and dump it if it's value changed. We can just check the signal
state straight instead, and not bother with the flags. This removes
about 30% of activity flags in SweRV EH1, and makes both single threaded
VCD and FST tracing 8-9% faster.
2020-05-17 13:53:02 +01:00
..
.gdbinit Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
.gitignore Added *~ to .gitignore to exclude emacs backup files. 2009-01-06 09:25:47 -05:00
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 Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01:00
V3AstConstOnly.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3AstNodes.cpp Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01:00
V3AstNodes.h Refactor trace implementation to allow experimentation 2020-05-15 18:34:29 +01: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 clang-format remaining sources. No functional change. 2020-04-15 07:58:34 -04:00
V3Dead.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3Delayed.cpp Support event data type (with some restrictions). 2020-04-25 15:37:46 -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 Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04: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: Remove dead needHInlines code 2020-05-16 07:53:27 -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 Fix reduction OR on wide data, broke in v4.026, #2300. 2020-04-30 17:53:54 -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 Fix arrayed instances connecting to slices, #2263. 2020-04-17 19:30:53 -04:00
V3Inst.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3InstrCount.cpp clang-format many files. No functional change. 2020-04-13 22:52:23 -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 Fix crash on self-referential enum type. (#2319) 2020-05-11 18:44:28 -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 Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
V3LinkParse.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
V3LinkResolve.cpp Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -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 Internals: Remove dead needHInlines code 2020-05-16 07:53:27 -04:00
V3Number.h Support scan %* format 2020-05-11 22:13:59 -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 clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Os.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
V3Os.h Add --build option to call make/cmake as subprocess (#2249) 2020-04-15 17:44:21 -04:00
V3Param.cpp Support $isunbounded and parameter $. (#2104) 2020-05-07 21:12: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: Parse lifetime directives; still unsupported. 2020-04-26 12:45:06 -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: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -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 Internals: Refactor to add AstNodeProcedure. No functional change intended. 2020-05-05 19:12:36 -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 Support scan %* format 2020-05-11 22:13:59 -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: clang-tidy fixes. No functional change. 2020-04-15 21:47:37 -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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
V3String.h Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -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 Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01:00
V3Task.h clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
V3Trace.cpp Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +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 Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -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 +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04: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 clang-format many files. No functional change. 2020-04-13 22:52:23 -04:00
VlcTop.cpp Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -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 Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
verilog.y Fix coredump on countbits. 2020-05-15 19:29:17 -04:00
vlcovgen Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00