]> Git Repo - verilator.git/shortlog
verilator.git
2023-03-21 Jesse TaubeFix false LATCH warning on --assert 'unique else if... master
2023-03-18 Wilson SnyderInternals: Fix cppcheck warnings. No functional change.
2023-03-18 Wilson SnyderSupport class extends of package::class.
2023-03-18 Wilson SnyderInternals: Fix recently added assertion false firing
2023-03-18 Wilson SnyderCommentary (#3906) (#3931)
2023-03-18 Wilson SnyderInternals: Use VNVisitorConst where possible, for bette...
2023-03-18 Wilson SnyderInternals: Avoid emit inheritance in V3EmitCBase. No...
2023-03-18 Tim SnyderFix characters from DEFENV literals for conda (#4035...
2023-03-18 Wilson SnyderCommentary: Update CONTRIBUTING and internals xrefs...
2023-03-18 Wilson SnyderFix random internal crashes (#666).
2023-03-18 Yu-Sheng LinFix install, standardization in cmake CMakeLists.txt...
2023-03-18 Wilson SnyderInternals: Fix missing relink() and add assert
2023-03-18 Kamil RakoczyInternals: Add VL_MT_SAFE attribute to functions that...
2023-03-17 Wilson SnyderInternals: Add VNVisitorConst class.
2023-03-17 Ryszard RozakSupport method calls without parenthesis (#4034)
2023-03-17 Ryszard RozakAdd STATICVAR warning and convert to automatic (#4027...
2023-03-17 Wilson SnyderOptimize duplicate JumpBlocks away (#4028)
2023-03-17 Wilson SnyderFix large return blocks with --comp-limit-blocks (...
2023-03-17 Wilson SnyderInternals: Fix missing broken check
2023-03-17 Wilson SnyderFix clocking block scope internal error (#4032).
2023-03-17 Wilson SnyderFix compile error last commit (#4029)
2023-03-16 Kamil RakoczyAdd VL_MT_SAFE attribute to several functions. (#3729)
2023-03-16 Wilson SnyderAdd more debug info to --report-unoptflat graph (#4039)
2023-03-16 Wilson SnyderTests: Remove unintended t_0 test
2023-03-16 Kamil RakoczyFix event controls reusing same variable (#4014)
2023-03-16 Wilson SnyderCommentary
2023-03-16 Wilson SnyderUpdate include/gtkwave from upstream
2023-03-16 Wilson SnyderFix false ENUMVALUE on expressions and arrays.
2023-03-16 Wilson SnyderFix parsing #1_2 delays
2023-03-16 Wilson SnyderParse defparam = as unsupported
2023-03-16 Wilson SnyderFix fclose(0).
2023-03-15 Ryszard RozakFix rand fields in base classes (#4025)
2023-03-15 Wilson SnyderFix pullup/pulldown to create implicit wires.
2023-03-15 Wilson SnyderFix min/typ/max internal error
2023-03-15 Wilson SnyderFix bounded queues with parameter bounds
2023-03-14 Wilson SnyderParse nettype with package, still unsupported
2023-03-14 Wilson SnyderFix unpacked struct clocking
2023-03-14 Ryszard RozakTests: Fix randomize_method test (#4024)
2023-03-14 Ryszard RozakDon't call randomize on null field (#4023)
2023-03-14 Wilson SnyderCommentary: spelling
2023-03-14 Wilson SnyderCommentary (#4020)
2023-03-14 Ryszard RozakInternal: Fix dumping of AstMethodCall (#4021)
2023-03-14 Ryszard RozakThrow warning if static variable is declared in a loop...
2023-03-14 Ryszard RozakAssign unique names for blocks in do..while loop (...
2023-03-14 Wilson SnyderFix push to dynamic queue in struct (#4015).
2023-03-13 Wilson SnyderChange ZERODLY to a warning.
2023-03-12 Wilson SnyderParse covergroup, still unsupported.
2023-03-12 Wilson SnyderCommentary: Changes update
2023-03-12 Wilson SnyderSupport complicated IEEE 'for' assignments.
2023-03-12 Wilson SnyderParse event 'iff', still unsupported.
2023-03-11 Wilson SnyderSupport $fopen as an expression
2023-03-11 Wilson SnyderCommentary
2023-03-11 Wilson SnyderParse 'first_match', and still unsupported.
2023-03-11 Wilson SnyderParse sequence 'local input', still unsupported.
2023-03-11 Wilson SnyderParse 'wait_order' and test, still unsupported.
2023-03-11 Wilson SnyderCommentary
2023-03-11 Wilson SnyderSupport assert property statement-else-statement
2023-03-11 Wilson SnyderParse 'expect', still unsupported.
2023-03-11 Wilson SnyderInternals: Cleanup assert/assume. No functional change.
2023-03-10 Andrew NolteAdd --public-depth to force public to a certain instanc...
2023-03-09 Wilson SnyderInternals: Framework for renaming warnings (#4010 partial)
2023-03-09 Andrew NolteAdd --public-params flag (#3990)
2023-03-06 Wilson SnyderAdd debug comment when trace disabled (#4004).
2023-03-06 Krzysztof BorońskiFix symbol entries when inheriting classes (#3995)...
2023-03-06 Ryszard RozakAdd __PVT__ prefix to selects nodes (#4001)
2023-03-06 Wilson SnyderParse 'sequence' declarations, property case/if, still...
2023-03-06 Wilson SnyderParse 'matches', still unsupported.
2023-03-06 Wilson SnyderParse cycle delays and boolean abbrev, still unsupported.
2023-03-06 Wilson SnyderParse intersect/throughout/within, still unsupported.
2023-03-06 Wilson SnyderParse more property expression syntax, as still unsupported
2023-03-05 Wilson SnyderChange property expression handling towards eventual...
2023-03-05 Wilson SnyderInternals: Parse weak/strong but do not lex
2023-03-05 Wilson SnyderInternals: Parser commentary
2023-03-05 Wilson SnyderInternals: Standard grammar for property_expression...
2023-03-05 Wilson SnyderInternals: UNSUPPORTED commentary
2023-03-04 Wilson Snyderdevel release
2023-03-04 Wilson SnyderVersion bump
2023-03-04 Wilson SnyderInternals: Parse nettype as unsupported
2023-03-04 Wilson SnyderAdd warning on missing class reference #()
2023-03-04 Wilson SnyderFix coverage of class methods (#3998).
2023-03-03 Felix NeumärkerFix UNDRIVEN warning seg fault (#3989)
2023-03-03 Wilson SnyderFix prettyName in structure dumps, partial (#4001)
2023-03-03 Wilson SnyderTests: Add nettype test
2023-03-03 Wilson SnyderInternals: Parse interconnect then say unsupported
2023-03-02 Kamil RakoczyInternals: update clang attributes check report conditi...
2023-03-02 Wilson SnyderTests: Add tagged union test
2023-03-02 Wilson SnyderFix end label fileline reporting.
2023-03-02 Wilson SnyderSupport parsing min:typ:max parameters
2023-03-02 Wilson SnyderCommentary: Changes update
2023-03-02 Wilson SnyderAdd error (vs previous warning) on enum value overflow.
2023-03-02 Wilson SnyderAdd error on mixing .name and by-port instantiations.
2023-03-02 Ryszard RozakSupport recursive methods (#3987)
2023-03-01 Cameron KirkFix LITENDIAN warning is backwards (#3966) (#3967).
2023-03-01 github actionApply 'make format'
2023-03-01 Wilson SnyderFix import of extends typedefs
2023-03-01 Wilson SnyderSupport cast to numbers from strings.
2023-02-28 Wilson SnyderCommentary
2023-02-28 Krzysztof BorońskiDisallow ++/-- over expressions with potential side...
2023-02-28 Wilson SnyderCommentary, fix copyright
2023-02-28 Wilson SnyderFix internal error with UNSUPPORTED of procedural clock...
next
This page took 0.060911 seconds and 4 git commands to generate.