]> Nick Gasson's Git Repositories - nvc.git/shortlog
nvc.git
2024-07-21 Nick GassonHint if overload would not be ambiguous with --relaxed
2024-07-21 Nick GassonRemove redundant check in elab_external_name
2024-07-21 Nick GassonCannot reference generic in external name. Fixes #921
2024-07-21 Nick GassonUse new GitHub Action for OSVVM workflow
2024-07-21 Nick GassonGenerate Windows installer file list dynamically
2024-07-21 Nick GassonAdd workaround for actions/checkout#290
2024-07-21 BlebowskiCover saturate toggle (#919)
2024-07-18 Nick GassonOnly the initial PSL state should repeat
2024-07-18 Nick GassonRefactor x86 JIT instruction emission
2024-07-18 BlebowskiCover items to counters (#918)
2024-07-13 Nick GassonAdd support for PSL "never" assertions. Fixes #914
2024-07-13 Nick GassonCrash with parenthesised PSL assertion. Fixes #911
2024-07-13 Nick GassonAvoid cascading errors from overload resolution
2024-07-13 Nick GassonBump version to 1.14-devel
2024-07-13 Nick GassonUpdate for 1.13 release r1.13.0
2024-07-11 Nick GassonFix handling of multi-line PSL comments
2024-07-10 Nick GassonCheck result of realpath(3) for stdenv dir_open
2024-07-10 Nick GassonDowngrade case totality errors to warnings with --relaxed
2024-07-10 Nick GassonFix build warnings on Windows and add installer sanity...
2024-07-09 Nick GassonAllow function interface declarations to be pure or...
2024-07-09 Nick GassonHide source for diagnostics unless an explicit location...
2024-07-08 Nick GassonDump package signals to FST file. Fixes #901
2024-07-08 Nick GassonFix unused variable warning on release build
2024-07-08 Nick GassonReplace list_* macros in rt_scope_t
2024-07-07 Nick GassonEnsure fatal_* functions are never inlined
2024-07-07 Nick GassonRemove remaining uses of search_decls
2024-07-05 Nick GassonRemove uses of search_decls from parser
2024-07-05 Nick GassonRemove use of search_decls in VHPI
2024-07-04 Nick GassonCrash after missing file in coverage report. Fixes...
2024-07-04 Nick GassonFix crash with 'val on target of signal assignment...
2024-07-04 Nick GassonImplicit 'transaction should toggle when signal is...
2024-07-03 Nick GassonRefactor driving value calculation
2024-07-03 Nick GassonUnify handling of deposit and force/release
2024-06-30 Nick GassonSkip toggle coverage for unconstrained signal. Fixes...
2024-06-30 Nick GassonImprove error message when external name type does...
2024-06-30 Nick GassonSeparate tree kind for report statements
2024-06-30 Nick GassonRemove calls to search_decls from unit tests
2024-06-30 Nick GassonAvoid call to search_decls in try_solve_attr_ref
2024-06-30 Nick GassonUse a delta encoding for reading/writing locations
2024-06-30 Nick GassonRename loc_file_ref_t to file_ref_t
2024-06-30 Nick GassonAdd NVC_CONCURRENT_JOBS environment variable
2024-06-30 Nick GassonPrefetch the next task in deferq_run
2024-06-29 Nick GassonCrash when dumping waveform with PSL enabled. Fixes...
2024-06-29 Nick GassonSeparate local allocation buffers from main heap
2024-06-29 Nick GassonLimit amount of zeroing/deduplication of JIT constant...
2024-06-29 Nick GassonSpeed up search for matching vcode constants
2024-06-26 Nick GassonFix crash with return in if-statement when branch cover...
2024-06-24 Nick GassonAdditional error checking for file read/write operations
2024-06-24 Nick GassonSimplify runtime interface for file write
2024-06-24 Nick GassonAllow external names as subprogram signal actuals....
2024-06-19 Nick GassonCorrect rounding when converting physical literals...
2024-06-18 Nick GassonParse Verilog specify blocks
2024-06-18 Nick GassonFix parsing of non-ANSI Verilog port declarations....
2024-06-18 Nick GassonFix test_jit failure on arm64 macOS
2024-06-16 Nick GassonReduce number of recursive calls to object_copy_root_cl...
2024-06-16 Nick GassonAvoid assertion failure when scalar type has null range
2024-06-14 Nick GassonImplement `ifdef, `ifndef, etc. in Verilog preprocessor
2024-06-13 Nick GassonUpdate fstapi.c to GtkWave 23838d736a
2024-06-13 Nick GassonExperiment with emitting FST enums instead of strings...
2024-06-13 BlebowskiAdd vlog celldefine (#898)
2024-06-12 Nick GassonBump OS versions used in GitHub Actions
2024-06-11 Nick GassonHandle more error cases for generic packages
2024-06-11 Nick GassonFix pointer signedness warning in __nvc_do_exit
2024-06-10 Nick GassonSelectively disable missing body check in unit tests
2024-06-09 Nick GassonOptimise large copies in code_blob_emit
2024-06-09 Nick GassonOptimise ident_read
2024-06-09 Nick GassonRequire foreign subprograms to have bodies
2024-06-09 Nick GassonFOREIGN attribute is not null-terminated in jit_bind_fo...
2024-06-09 Nick GassonRefactor checking for missing subprogram bodies
2024-06-09 Nick GassonCheck for instance of protected type before body elaborated
2024-06-09 Nick GassonWebsite tweaks
2024-06-09 Nick GassonCheck for use of deferred constant before full declaration
2024-06-09 Nick GassonFix return of wrong value from unit_registry_get_parent
2024-06-09 Nick GassonAlways pass unit registry to eval_* functions
2024-06-09 Nick GassonAllow linkage port to be connected to buffer
2024-06-09 Nick GassonCheck for subprogram called before elaboration of body
2024-06-09 Nick GassonAdd bodies to foreign subprograms in env-body.vhdl
2024-06-09 Nick GassonRefactor handling of nonobject aliases
2024-06-05 Nick GassonFix crash constant folding expression in generic package
2024-06-05 Nick GassonFix crash when using record type in inertial actual
2024-06-01 Nick GassonCheck number of arguments for overloaded operator
2024-06-01 Nick GassonCheck aggregate element bounds at analysis time
2024-06-01 Nick GassonAdditional checking for buffer ports
2024-06-01 Nick GassonStricter checking for underscores in literals
2024-06-01 Nick GassonMissing static index constraint checks for array type...
2024-06-01 Nick GassonCheck staticness of scalar range constraint
2024-06-01 Nick GassonDetect duplicated enumeration literals
2024-06-01 Nick GassonCheck prefix of 'TRANSACTION is readable
2024-06-01 Nick GassonCheck that return statement in function has an expression
2024-05-31 Nick GassonImprove checking of guarded signal assignments
2024-05-30 Nick GassonImprove error message for identifiers with illegal...
2024-05-30 Nick GassonAllow aliases of packages. Fixes #893
2024-05-30 Matthias WächterFix basic_identifier parsing regarding underscores
2024-05-30 Matthias WächterAdd test for basic_identifier checking vs underscores
2024-05-28 Nick GassonImprove checking for scalar subtype declarations
2024-05-28 Nick GassonDo not declare "=" and "/=" for file types
2024-05-26 Nick GassonCheck prefix of "all" selected name is readable
2024-05-26 Nick GassonImprove checking for port connections
2024-05-26 Nick GassonReport error if waiting inside sensitised process
2024-05-26 Nick GassonFix 'SUBTYPE attribute for scalars. Issue #894
next