.. |
.gdbinit
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
.gitignore
|
|
|
astgen
|
Cleanup some python warnings. No functional change.
|
2021-03-20 17:37:24 -04:00 |
bisonpre
|
Fix backtrace on bisonpre error
|
2021-04-06 18:07:28 -04:00 |
config_build.h.in
|
Add an URL on warnings to point to the manual's description.
|
2021-04-18 10:17:05 -04:00 |
config_rev
|
Cleanup python code style issues. No functional change intended.
|
2021-03-05 22:52:39 -05:00 |
cppcheck_filtered
|
Cleanup python code style issues. No functional change intended.
|
2021-03-05 22:52:39 -05:00 |
flexfix
|
Cleanup python code style issues. No functional change intended.
|
2021-03-05 22:52:39 -05:00 |
Makefile_obj.in
|
Internals: Factor out V3OptionParser from V3Options.cpp. No functional change is intended. (#2919)
|
2021-05-04 06:30:18 +09:00 |
Makefile.in
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
mkinstalldirs
|
|
|
V3Active.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Active.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3ActiveTop.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3ActiveTop.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Assert.cpp
|
Internals: Set missing timescale though it is not referred yet. (#2946)
|
2021-05-11 22:38:13 +09:00 |
V3Assert.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3AssertPre.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3AssertPre.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Ast.cpp
|
Internal: Remove deprecated/insecure functions. No functional change intended.
|
2021-03-06 10:34:03 -05:00 |
V3Ast.h
|
Make all AstNode* base class constructors protected. (#2962)
|
2021-05-15 21:10:16 +01:00 |
V3AstConstOnly.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3AstNodes.cpp
|
Internal coverage improvements
|
2021-03-28 20:03:08 -04:00 |
V3AstNodes.h
|
Internals: Make AstAlwaysPost an AstNodeProcedure. (#2959)
|
2021-05-15 10:56:28 -04:00 |
V3Begin.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Begin.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Branch.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Branch.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Broken.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Broken.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Case.cpp
|
Allow overlaps in priority case statements (#2864)
|
2021-03-28 19:57:36 -04:00 |
V3Case.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Cast.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Cast.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3CCtors.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3CCtors.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Cdc.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Cdc.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Changed.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Changed.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Class.cpp
|
Internals: Add std:: to make_pair. No functional change.
|
2021-03-12 18:17:49 -05:00 |
V3Class.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Clean.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3Clean.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Clock.cpp
|
Internals: Make AstAlwaysPost an AstNodeProcedure. (#2959)
|
2021-05-15 10:56:28 -04:00 |
V3Clock.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Combine.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Combine.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Config.cpp
|
Internals: Add std:: to make_pair. No functional change.
|
2021-03-12 18:17:49 -05:00 |
V3Config.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Const.cpp
|
Stop checking dtype for better optimization chance in BitOpTree (#2909)
|
2021-05-04 10:40:16 +09:00 |
V3Const.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Coverage.cpp
|
Add --coverage-max-width (#2853).
|
2021-03-29 18:54:51 -04:00 |
V3Coverage.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3CoverageJoin.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3CoverageJoin.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3CUse.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3CUse.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Dead.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Dead.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Delayed.cpp
|
Internals: Make AstAlwaysPost an AstNodeProcedure. (#2959)
|
2021-05-15 10:56:28 -04:00 |
V3Delayed.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Depth.cpp
|
Fix --comp-limit-parens with real data types
|
2021-03-28 20:18:18 -04:00 |
V3Depth.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3DepthBlock.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3DepthBlock.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Descope.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Descope.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitC.cpp
|
Format time string using integer (#2940)
|
2021-05-16 19:01:03 +09:00 |
V3EmitC.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitCBase.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitCInlines.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3EmitCMain.cpp
|
Add simulation context (VerilatedContext) (#2660). (#2813)
|
2021-03-07 11:01:54 -05:00 |
V3EmitCMain.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitCMake.cpp
|
Support --trace-fst for SystemC with CMake (#2927)
|
2021-05-08 08:42:00 -04:00 |
V3EmitCMake.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitCSyms.cpp
|
VPI memory access for packed arrays (#2922)
|
2021-05-07 07:17:54 -04:00 |
V3EmitMk.cpp
|
Add FST SystemC tracing (#2806)
|
2021-04-06 16:18:58 -04:00 |
V3EmitMk.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitV.cpp
|
Fix formatting vars in protect-lib wrapper
|
2021-02-27 20:06:48 -05:00 |
V3EmitV.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3EmitXml.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3EmitXml.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Error.cpp
|
Fix URL references.
|
2021-04-18 11:52:29 -04:00 |
V3Error.h
|
Support ignoring "`pragma protect ..." (#2886)
|
2021-04-26 18:16:24 -04:00 |
V3Expand.cpp
|
Fix slice-assign overflow bug (#2803) (#2811)
|
2021-03-01 18:20:56 -05:00 |
V3Expand.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3File.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3File.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3FileLine.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3FileLine.h
|
Add EOFNEWLINE warning when missing a newline at EOF.
|
2021-03-14 21:23:48 -04:00 |
V3Gate.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Gate.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3GenClk.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3GenClk.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Global.cpp
|
Internal: Remove deprecated/insecure functions. No functional change intended.
|
2021-03-06 10:34:03 -05:00 |
V3Global.h
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Graph.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Graph.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3GraphAcyc.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3GraphAlg.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3GraphAlg.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3GraphDfa.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3GraphDfa.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3GraphPathChecker.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3GraphPathChecker.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3GraphStream.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3GraphTest.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Hashed.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Hashed.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3HierBlock.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3HierBlock.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Inline.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Inline.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Inst.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Inst.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3InstrCount.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3InstrCount.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LangCode.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LanguageWords.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Life.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Life.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LifePost.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3LifePost.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkCells.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3LinkCells.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkDot.cpp
|
Add PINNOTFOUND warning in place of "Pin not found" error (#2868)
|
2021-04-01 18:17:42 -04:00 |
V3LinkDot.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkInc.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3LinkInc.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkJump.cpp
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3LinkJump.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkLevel.cpp
|
Fix false TIMESCALEMOD on generate-ignored instances (#2838).
|
2021-03-16 22:52:29 -04:00 |
V3LinkLevel.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3LinkLValue.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3LinkLValue.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkParse.cpp
|
Public interface params (#2901)
|
2021-04-21 13:46:13 -04:00 |
V3LinkParse.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3LinkResolve.cpp
|
Fix select of with index variable (#2880).
|
2021-04-08 19:35:03 -04:00 |
V3LinkResolve.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3List.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Localize.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Localize.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3MergeCond.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3MergeCond.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Name.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Name.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Number_test.cpp
|
Internals: Rename some internal functions etc to avoid _V
|
2021-03-03 22:53:50 -05:00 |
V3Number.cpp
|
Optimize large lookup tables to static data (#2926)
|
2021-05-08 20:04:56 +01:00 |
V3Number.h
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
V3OptionParser.cpp
|
Internals: Factor out V3OptionParser from V3Options.cpp. No functional change is intended. (#2919)
|
2021-05-04 06:30:18 +09:00 |
V3OptionParser.h
|
Internals: Fix build failure on older gcc such as 4.8.5 on CentOS7. No functional change is intended. (#2954)
|
2021-05-13 06:45:56 +09:00 |
V3Options.cpp
|
Add --reloop-limit argument (#2960)
|
2021-05-15 18:04:40 +01:00 |
V3Options.h
|
Add --reloop-limit argument (#2960)
|
2021-05-15 18:04:40 +01:00 |
V3Order.cpp
|
Split procedures to better respect --output-split-cfuncs (#2942)
|
2021-05-11 07:44:07 -04:00 |
V3Order.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3OrderGraph.h
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3Os.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3Os.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Param.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
V3Param.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Parse.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3ParseGrammar.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3ParseImp.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3ParseImp.h
|
Internals: Remove some unnecessary typedefs. No functional change.
|
2021-03-12 17:26:53 -05:00 |
V3ParseLex.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3ParseSym.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Partition.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Partition.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3PartitionGraph.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3PreLex.h
|
Support ignoring "`pragma protect ..." (#2886)
|
2021-04-26 18:16:24 -04:00 |
V3PreLex.l
|
Support ignoring "`pragma protect ..." (#2886)
|
2021-04-26 18:16:24 -04:00 |
V3Premit.cpp
|
Optimize large lookup tables to static data (#2926)
|
2021-05-08 20:04:56 +01:00 |
V3Premit.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3PreProc.cpp
|
Cleanup REDEFMACRO to not show two separate warnings
|
2021-03-17 20:33:31 -04:00 |
V3PreProc.h
|
Tests: Cover some internal code coverage issues
|
2021-03-07 13:52:37 -05:00 |
V3PreShell.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3PreShell.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3ProtectLib.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
V3ProtectLib.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Randomize.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Randomize.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Reloop.cpp
|
Add --reloop-limit argument (#2960)
|
2021-05-15 18:04:40 +01:00 |
V3Reloop.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Scope.cpp
|
Internals: Add std:: to make_pair. No functional change.
|
2021-03-12 18:17:49 -05:00 |
V3Scope.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Scoreboard.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Scoreboard.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3SenTree.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Simulate.h
|
Support arrayed parameter functions partial (#2846)
|
2021-03-19 18:44:26 -04:00 |
V3Slice.cpp
|
Fix unpacked-in-class pattern assignment
|
2021-03-13 13:39:29 -05:00 |
V3Slice.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Split.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Split.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3SplitAs.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3SplitAs.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3SplitVar.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3SplitVar.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Stats.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Stats.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3StatsReport.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3String.cpp
|
Apply clang-format
|
2021-04-20 13:09:24 +00:00 |
V3String.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Subst.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Subst.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3SymTable.h
|
interface localparam access (#2859)
|
2021-03-26 18:27:38 -04:00 |
V3Table.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
V3Table.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Task.cpp
|
Internal coverage improvements
|
2021-03-28 20:03:08 -04:00 |
V3Task.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Trace.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Trace.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3TraceDecl.cpp
|
Apply clang-format
|
2021-04-07 13:56:12 +00:00 |
V3TraceDecl.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Tristate.cpp
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Tristate.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3TSP.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 21:23:18 -04:00 |
V3TSP.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Undriven.cpp
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
V3Undriven.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Unknown.cpp
|
Fix unpacked-in-class array reference assignments
|
2021-03-13 13:04:13 -05:00 |
V3Unknown.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Unroll.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
V3Unroll.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3Waiver.cpp
|
Internals: Use newline instead of endl to avoid unneeded flush.
|
2020-11-18 21:03:23 -05:00 |
V3Waiver.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
V3Width.cpp
|
Format time string using integer (#2940)
|
2021-05-16 19:01:03 +09:00 |
V3Width.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3WidthCommit.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |
V3WidthSel.cpp
|
Internals: Cleanup unneeded {}. No functional change
|
2021-02-21 21:25:21 -05:00 |
Verilator.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 21:23:18 -04:00 |
verilog.l
|
Copyright year update
|
2021-01-01 10:29:54 -05:00 |
verilog.y
|
Add support for null ports (#2875)
|
2021-04-09 10:39:46 -04:00 |
VlcBucket.h
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
VlcMain.cpp
|
Use V3OptionParser in verilator_coverage (#2935)
|
2021-05-09 07:04:22 +09:00 |
VlcOptions.h
|
Use V3OptionParser in verilator_coverage (#2935)
|
2021-05-09 07:04:22 +09:00 |
vlcovgen
|
Cleanup python code style issues. No functional change intended.
|
2021-03-05 22:52:39 -05:00 |
VlcPoint.h
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
VlcSource.h
|
Internals: Add std:: to make_pair. No functional change.
|
2021-03-12 18:17:49 -05:00 |
VlcTest.h
|
Internals: Restyle with C++11 using replacing typedef
|
2021-03-12 18:10:45 -05:00 |
VlcTop.cpp
|
Internals: Add some std::'s. No functional change intended.
|
2021-03-26 23:22:52 -04:00 |
VlcTop.h
|
Use Google-style-guide header guard naming, to avoid __ prefix.
|
2021-03-03 21:57:07 -05:00 |