]> Nick Gasson's Git Repositories - nvc.git/shortlog
nvc.git
2024-09-05 Nick GassonResolve external names as late as possible. Issue #964
2024-08-31 Nick GassonError when inout port has output conversion but no...
2024-08-31 Nick GassonFix wrong result of record element conversion. Issue...
2024-08-30 Nick GassonCrash when dumping waves for array-of-record with non...
2024-08-30 Nick GassonType of range bounds was determined incorrectly. Fixes...
2024-08-30 Nick GassonUse internal calling convention for STD.ENV.STOP
2024-08-29 Nick GassonFix crash when 'stable is used with record type. Fixes...
2024-08-29 Nick GassonFix 'event and 'active where the prefix is an array...
2024-08-29 Nick GassonImprove error message when subprogram body does not...
2024-08-28 Nick GassonDump downto arrays-of-arrays in the correct order....
2024-08-27 Nick GassonCheck PSL properties are in simple subset
2024-08-27 Nick GassonType checking for PSL Boolean expressions
2024-08-27 Nick GassonFix handling of PSL assertions with infix operators...
2024-08-27 Nick GassonRemove reference to non-existant --disable-popcnt
2024-08-24 Nick GassonVarious fixes for Verilog module instantiation. Issue...
2024-08-24 Nick GassonInclude version and OS information in crash dump
2024-08-24 Nick GassonRemove unsafe_symbol function
2024-08-24 Nick GassonSync NEWS.md from 1.13 branch
2024-08-24 Nick GassonFix crash with unconstrained type in has_unique_driver...
2024-08-24 Nick GassonFix crash when iterating over access-to-array. Fixes...
2024-08-24 Nick GassonFix crash with unconstrained record subtype. Fixes...
2024-08-23 Nick GassonUse clause with .all suffix should not make package...
2024-08-23 Nick GassonMake bounds checking diagnostics print directly to...
2024-08-22 Nick GassonHandle external names in PSL assertions. Fixes #952
2024-08-22 Nick GassonFix crash with constant array of unconstrained array...
2024-08-21 Nick GassonFix potential overflows in mspace bitmask handling...
2024-08-20 Nick GassonFix crash with signal alias in generic package. Fixes...
2024-08-20 Nick GassonMissing type check for conversion function actual....
2024-08-19 Blizzard FinneganAdd RPM-based dependencies to README for build-from...
2024-08-18 Nick GassonFix precedence for Verilog binary operators
2024-08-17 Nick GassonCode generation for Verilog primitive gates
2024-08-17 Nick GassonParsing for more Verilog gate instance types
2024-08-17 Nick GassonVerilog implicit net declarations
2024-08-17 Nick GassonLowering for sequential UDPs
2024-08-17 Nick GassonParsing for Verilog sequential UDP bodies
2024-08-17 Nick GassonAdd some semantic checks for Verilog UDPs
2024-08-17 Nick GassonHandle nested packages in lower_context_for_call. Issue...
2024-08-17 Nick GassonUse well_known instead of ident_new when parsing operators
2024-08-17 Nick GassonImplement LCS2016_I13 precedence of unary operators
2024-08-17 Nick GassonImplement LCS2016_I03 signature in generic association
2024-08-16 Nick GassonLowering for Verilog UDPs
2024-08-16 Nick GassonParsing for Verilog user-defined primitives
2024-08-16 Nick GassonSimplify parse tracing
2024-08-15 Nick GassonReplace T_FUNC and T_PROC types kinds with a single...
2024-08-15 Nick GassonExclude fatal_trace and should_not_reach_here from...
2024-08-15 Nick GassonDo not create coverage scopes for component implicit...
2024-08-15 Nick GassonAdd separate cover_create_instance for instances
2024-08-15 Nick GassonNo longer need to force eager code generation with...
2024-08-15 Nick GassonRemove cover_pop_scope
2024-08-15 Nick GassonRemove top_scope state from cover_data_t
2024-08-15 Nick GassonModify cover_{push,pop}_scope to take an explicit scope...
2024-08-15 Nick GassonRemove redundant nesting of case choice branch coverage
2024-08-15 Nick GassonAdd XML coverage dump format for testing
2024-08-13 Nick GassonPrune empty coverage scopes
2024-08-12 Nick GassonFix crash after empty interface list. Fixes #942
2024-08-12 Nick GassonReplace Bison Verilog parser with hand-written recursiv...
2024-08-12 Nick GassonAdd should_not_reach_here helper
2024-08-11 BlebowskiCoverage folding (#939)
2024-08-11 Blebowskinvc.1: Minor consistency fix in generic documentation...
2024-08-11 Nick GassonDetect msys/gcc in configure script. Fixes #936
2024-08-11 Nick GassonSync NEWS.md from 1.13 branch
2024-08-11 Nick GassonEnable more VUnit tests
2024-08-11 Nick GassonReplace can_overload with a name mask bit
2024-08-11 Nick GassonIncorrect ambiguous subprogram error in 1993 mode
2024-08-09 Nick GassonSync fstapi.c to GtkWave d20056758
2024-08-09 Nick GassonUse cmark for Markdown to HTML conversion
2024-08-09 Nick GassonFix random segfault when heap is larger than 4g. Fixes...
2024-08-08 Nick GassonUpdate to UVVM 2024.07.03b
2024-08-08 Nick GassonFix crash with qualified expression. Fixes #934
2024-08-07 Nick GassonFix error generating VCD files on Windows UCRT. Issue...
2024-08-06 Nick GassonAvoid linker errors on Windows with long command lines
2024-08-04 Nick GassonRemove internal debug and deprecated options from ...
2024-08-04 Nick GassonFix HTML validation errors in coverage report
2024-08-04 Nick GassonSplit -c sub-command into --cover-report and --cover...
2024-08-04 Nick GassonUse fbuf_put_uint for coverage data and add magic number
2024-08-02 Nick GassonCorrect documentation for foreign subprograms
2024-08-02 Nick GassonAdd a generic saturate_add macro
2024-08-02 Nick GassonRe-enable OSVVM testing in GitHub Actions workflow
2024-08-01 Nick GassonWarn in some cases when inner declaration hides outer...
2024-08-01 Nick GassonUpdate OSVVM to 2024.07
2024-07-31 Nick GassonImprove warning when identifier is a reserved word...
2024-07-31 Nick GassonAdjust generic type implicit operator lookup in 2008...
2024-07-30 Nick GassonAdd intrinsics for some Synopsys subprograms
2024-07-29 Nick GassonFix Windows installer build in GitHub Actions
2024-07-28 Nick GassonOptimise redundant array range calculation
2024-07-28 Nick GassonFix incorrect bounds check error with partially constra...
2024-07-25 Nick GassonRefactor implementation of 'stable and 'quiet
2024-07-25 Nick GassonSync NEWS.md from 1.3 branch
2024-07-25 Nick GassonFix wrong result for slice of generic. Fixes #931
2024-07-24 Nick GassonFix longest static prefix for array slice with 'length...
2024-07-24 Nick GassonFix crash with unconstrained array-of-record port
2024-07-24 Nick GassonFix crash with shared variable in generic package....
2024-07-24 Nick GassonStop after errors in top-level generics
2024-07-22 Nick GassonFix "failed to suspend thread" error on macOS. Fixes...
2024-07-21 Nick GassonElaboration crash with generic package on entity. Fixes...
2024-07-21 Nick GassonAlso look up external names in port list. Issue #921
2024-07-21 Nick GassonFix crash with subprogram alias in generic <>. Fixes...
2024-07-21 Nick GassonAdd test for generic hints in elaboration errors
2024-07-21 Nick GassonFix duplicate symbol error with 'DELAYED attribute
2024-07-21 Nick GassonFix crash with open unconstrained port
next