verilator/src
Tobias Wölfel 18f8cd0529
Allow assert disable (#2168)
* Add +verilator+noassert flag

This allows to disable the assert check per simulation argument.

* Add AssertOn check for assert

Insert the check AssertOn to allow disabling of asserts.
Asserts can be disabled by not using the `--assert` flag or by calling
`AssertOn(false)`, or passing the "+verilator+noassert" runtime flag.
Add tests for this behavior.
Bad tests check that the assert still causes a stop.
Non bad tests check that asserts are properly disabled and cause no stop
of the simulation.

Fixes #2162.

Signed-off-by: Tobias Wölfel <tobias.woelfel@mailbox.org>

* Correct file location

Signed-off-by: Tobias Wölfel <tobias.woelfel@mailbox.org>

* Add description for single test execution

Without this description it is not obvious how to run a single test from
the regression test suite.

Signed-off-by: Tobias Wölfel <tobias.woelfel@mailbox.org>
2020-02-15 18:17:23 -06:00
..
.gdbinit Update copyright year. 2020-01-06 18:05:53 -05:00
.gitignore
astgen Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
bisonpre Spelling fixes 2020-01-24 20:10:44 -05:00
config_build.h.in Update copyright year. 2020-01-06 18:05:53 -05:00
config_rev.pl Fix shebang breaking some shells. Closes #2067. 2020-01-09 20:01:12 -05:00
cppcheck_filtered Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
flexfix Fix shebang breaking some shells. Closes #2067. 2020-01-09 20:01:12 -05:00
Makefile_obj.in Internals: Determine emit forward declaraions in new pass, towards classes. 2020-02-01 16:51:05 -05:00
Makefile.in Update copyright year. 2020-01-06 18:05:53 -05:00
mkinstalldirs
pod2latexfix Fix shebang breaking some shells. Closes #2067. 2020-01-09 20:01:12 -05:00
V3Active.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Active.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3ActiveTop.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3ActiveTop.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Assert.cpp Allow assert disable (#2168) 2020-02-15 18:17:23 -06:00
V3Assert.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3AssertPre.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3AssertPre.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Ast.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3Ast.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3AstConstOnly.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3AstNodes.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3AstNodes.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Begin.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Begin.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Branch.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Branch.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Broken.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Broken.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Case.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Case.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Cast.cpp Spelling fixes 2020-01-24 20:10:44 -05:00
V3Cast.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3CCtors.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3CCtors.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Cdc.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Cdc.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Changed.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Changed.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Clean.cpp Spelling fixes 2020-01-24 20:10:44 -05:00
V3Clean.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Clock.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Clock.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Combine.cpp Spelling fixes 2020-01-24 20:10:44 -05:00
V3Combine.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Config.cpp Fix GCC 4.4.7 errors. 2020-02-08 07:09:41 -05:00
V3Config.h Add lint_off -match waivers (#2102) 2020-01-12 10:03:17 +01:00
V3Const.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Const.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Coverage.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Coverage.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3CoverageJoin.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3CoverageJoin.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3CUse.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3CUse.h Internals: Determine emit forward declaraions in new pass, towards classes. 2020-02-01 16:51:05 -05:00
V3Dead.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Dead.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Delayed.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Delayed.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Depth.cpp Internals: Allow const & non-member CFuncs for class branch. No functional change. 2020-02-01 10:57:55 -05:00
V3Depth.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3DepthBlock.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3DepthBlock.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Descope.cpp Internals: Allow const & non-member CFuncs for class branch. No functional change. 2020-02-01 10:57:55 -05:00
V3Descope.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3EmitC.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3EmitC.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3EmitCBase.h Internals: Cleanup Emit towards constructor/destructor output. 2020-02-02 21:15:07 -05:00
V3EmitCInlines.cpp Support string character access via indexing. 2020-01-26 16:38:22 -05:00
V3EmitCMake.cpp Internals: Restore AstNode naming property. #2133. 2020-01-21 19:54:14 -05:00
V3EmitCMake.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3EmitCSyms.cpp Fix some coverage lost when multithreaded, #2151. 2020-02-03 18:43:41 -05:00
V3EmitMk.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3EmitMk.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3EmitV.cpp Internals: Rename to prefixNameProtect. No functional change intended. 2020-01-25 09:16:00 -05:00
V3EmitV.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3EmitXml.cpp Add detailed XML location to cell elements, #2134, #2122. 2020-01-22 07:18:50 -05:00
V3EmitXml.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Error.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3Error.h Internals: Add missing const. No functional change. 2020-02-02 10:34:29 -05:00
V3Expand.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Expand.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3File.cpp Internals: Add VL_DO_CLEAR delete protections. No functional change intended. 2020-01-18 10:29:49 -05:00
V3File.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3FileLine.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3FileLine.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Gate.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Gate.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3GenClk.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3GenClk.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Global.cpp Internals: Move V3Global function definitions to their own files. No functional change intended. Closes #2120. 2020-01-19 07:23:26 -05:00
V3Global.h Internals: Add missing const. No functional change. 2020-02-02 10:34:29 -05:00
V3Graph.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3Graph.h Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3GraphAcyc.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3GraphAlg.cpp Internals: Add VL_DO_CLEAR delete protections. No functional change intended. 2020-01-18 10:29:49 -05:00
V3GraphAlg.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3GraphDfa.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3GraphDfa.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3GraphPathChecker.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3GraphPathChecker.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3GraphStream.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3GraphTest.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3Hashed.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Hashed.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Inline.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Inline.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Inst.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Inst.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3InstrCount.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3InstrCount.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LangCode.h Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3LanguageWords.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Life.cpp Internals: Add assertions. No functional change intended. 2020-01-25 10:19:59 -05:00
V3Life.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LifePost.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3LifePost.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkCells.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3LinkCells.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkDot.cpp Support parameter access from arrays of interfaces, #2155. 2020-02-06 19:19:23 -05:00
V3LinkDot.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkJump.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3LinkJump.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkLevel.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkLevel.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkLValue.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3LinkLValue.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkParse.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3LinkParse.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3LinkResolve.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3LinkResolve.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3List.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Localize.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Localize.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Name.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Name.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Number_test.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3Number.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Number.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Options.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Options.h Internals: Add missing const. No functional change. 2020-02-02 10:34:29 -05:00
V3Order.cpp Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3Order.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3OrderGraph.h Internals: Add missing const. No functional change. 2020-02-02 10:34:29 -05:00
V3Os.cpp Commentary. 2020-01-11 21:08:20 -05:00
V3Os.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Param.cpp Support parameter access from arrays of interfaces, #2155. 2020-02-06 19:19:23 -05:00
V3Param.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Parse.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3ParseGrammar.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3ParseImp.cpp Fix `pragma pedantic check to work with -E. 2020-02-01 22:03:18 -05:00
V3ParseImp.h Fix `pragma pedantic check to work with -E. 2020-02-01 22:03:18 -05:00
V3ParseLex.cpp Internals: Add VL_DO_CLEAR delete protections. No functional change intended. 2020-01-18 10:29:49 -05:00
V3ParseSym.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Partition.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Partition.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3PartitionGraph.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3PreLex.h Internals: Add VL_DO_CLEAR delete protections. No functional change intended. 2020-01-18 10:29:49 -05:00
V3PreLex.l Fix `pragma pedantic check to work with -E. 2020-02-01 22:03:18 -05:00
V3Premit.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Premit.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3PreProc.cpp Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3PreProc.h Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3PreShell.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3PreShell.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3ProtectLib.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3ProtectLib.h Update URLs to https://verilator.org 2019-11-07 22:33:59 -05:00
V3Reloop.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Reloop.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Scope.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Scope.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Scoreboard.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
V3Scoreboard.h Internals: Fix cppcheck warning including missing init. 2020-02-03 22:10:29 -05:00
V3SenTree.h Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Simulate.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Slice.cpp Spelling fixes 2020-01-24 20:10:44 -05:00
V3Slice.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Split.cpp Fix clang warnings from override. 2020-01-21 20:22:32 -05:00
V3Split.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3SplitAs.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3SplitAs.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Stats.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Stats.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3StatsReport.cpp Internals: Create VL_DO_DANGLING. No functional change intended. 2020-01-16 20:17:11 -05:00
V3String.cpp Add lint_off -match waivers (#2102) 2020-01-12 10:03:17 +01:00
V3String.h Add lint_off -match waivers (#2102) 2020-01-12 10:03:17 +01:00
V3Subst.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Subst.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3SymTable.h Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Table.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Table.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Task.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Task.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Trace.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Trace.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3TraceDecl.cpp Fix FST tracing of enums inside structs. 2020-01-24 19:46:46 -05:00
V3TraceDecl.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Tristate.cpp Internals: Add assertions. No functional change intended. 2020-01-25 10:19:59 -05:00
V3Tristate.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3TSP.cpp Update URLs to https://verilator.org 2019-11-07 22:33:59 -05:00
V3TSP.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Undriven.cpp Cleanup IEEE references. 2020-01-30 20:23:57 -05:00
V3Undriven.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Unknown.cpp Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3Unknown.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Unroll.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Unroll.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3Width.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
V3Width.h Update copyright year. 2020-01-06 18:05:53 -05:00
V3WidthCommit.h Internals: Mark all visit() with VL_OVERRIDE. Closes #2132. 2020-01-21 17:35:56 -05:00
V3WidthSel.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
Verilator.cpp Add VL_CACHE_LINE_BYTES and use 64 as defult. 2020-02-01 20:28:03 -05:00
verilog.l Fix `pragma pedantic check to work with -E. 2020-02-01 22:03:18 -05:00
verilog.y Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
VlcBucket.h Update copyright year. 2020-01-06 18:05:53 -05:00
VlcMain.cpp Fix cppcheck warnings. No functional change intended. 2020-02-03 23:21:56 -05:00
VlcOptions.h Update copyright year. 2020-01-06 18:05:53 -05:00
vlcovgen Fix shebang breaking some shells. Closes #2067. 2020-01-09 20:01:12 -05:00
VlcPoint.h Update copyright year. 2020-01-06 18:05:53 -05:00
VlcSource.h Update copyright year. 2020-01-06 18:05:53 -05:00
VlcTest.h Internals: Add VL_DO_CLEAR delete protections. No functional change intended. 2020-01-18 10:29:49 -05:00
VlcTop.cpp Update copyright year. 2020-01-06 18:05:53 -05:00
VlcTop.h Update copyright year. 2020-01-06 18:05:53 -05:00