]> Nick Gasson's Git Repositories - nvc.git/shortlog
nvc.git
2024-05-26 Nick GassonUpdate run_vests.rb to also run non_compliant Billowitc...
2024-05-26 Nick GassonFix code generation error with real range
2024-05-26 Nick GassonCheck for duplicates in target of assignment
2024-05-26 Nick GassonFix crash with conversion function in subprogram formal
2024-05-26 Nick GassonFix assertion failure when function name used in type...
2024-05-26 Nick GassonFix crash when type conversion appears in target of...
2024-05-24 Nick GassonDo not simplify attribute names unless they are constant
2024-05-24 Nick GassonEmit a type variable for scalar types with non-constant...
2024-05-24 Nick GassonFix spurious error constant folding a type conversion
2024-05-24 Nick GassonMake vcode_can_elide_bounds a static function
2024-05-24 Nick GassonMissing readability checks for some signal attributes
2024-05-23 Nick GassonFix crash after label used in qualified expression
2024-05-23 Nick GassonFix crash generating code for 1 mod 0
2024-05-23 Nick GassonFix crash after missing constraints in two dimensional...
2024-05-22 Nick GassonMissing check for generic mode
2024-05-22 Nick GassonImprove error message for unterminated string literal
2024-05-21 Nick GassonFix parsing of attribute specifications for "all"....
2024-05-19 Nick GassonUpdate NEWS.md with recent changes
2024-05-19 Nick GassonRefactor lowering of 'instance_name and 'path_name...
2024-05-19 Nick GassonFix rewriting attribute prefix in subprogram instantiation
2024-05-19 Nick GassonRemove unused unit_registry_put_all
2024-05-19 Nick GassonParsing for signature in attribute name. Fixes #892
2024-05-18 Nick GassonAdd support for packages in VHPI. Issue #891
2024-05-18 Nick GassonImprove checking for relative names in vhpi_handle_by_name
2024-05-17 Nick GassonFix crash when case? alternative contains multiple...
2024-05-16 Nick GassonImprove checking for case expressions with non-locally...
2024-05-15 Nick GassonSync NEWS.md from 1.12 branch
2024-05-15 Nick GassonFix issue #887 for Windows and macOS
2024-05-14 Nick GassonDo not assume JIT entry point at start of first ELF...
2024-05-14 Nick GassonUse a separate tree node for loops without conditions
2024-05-13 Nick GassonImprove debug output for JIT code crashes. Issue #887
2024-05-13 Nick GassonUpdate install instructions for Windows users
2024-05-13 Nick GassonImprove error message if inertial port map actual fails...
2024-05-12 Nick GassonFix crash when 'transaction is used with a record type
2024-05-12 Nick GassonMore fixes for components with package or type generics...
2024-05-09 Nick GassonSync NEWS.md from 1.12 branch
2024-05-09 Nick GassonAdjust MSI version string for point releases
2024-05-08 Nick GassonGeneric actuals do not need to be globally static....
2024-05-05 Nick GassonFix handling of configurations and components with...
2024-05-05 Nick GassonImprove checking for components with package generics
2024-05-05 Nick GassonFix configurations where components have generic types
2024-05-05 Nick GassonAllow elaboration of components with type generics
2024-05-04 Nick GassonDelay copying of configurations during elaboration
2024-05-03 Nick GassonRefactor elaboration of configurations
2024-05-03 Nick GassonFix crash printing active drivers at iteration limit...
2024-05-01 Nick GassonEnsure generic maps are visited before port maps
2024-04-28 Nick GassonCheck for driver for external signal outside process...
2024-04-25 Nick GassonImprove duplicate check when generating sensitivity...
2024-04-25 Nick GassonFix assertion failure with procedure declared inside...
2024-04-24 Nick GassonFix spurious error with generic package types in port...
2024-04-23 Nick GassonVerilog "forever" loops
2024-04-23 Nick GassonVerilog unary negation
2024-04-21 Nick GassonUse saturating addition for coverage counters. Issue...
2024-04-20 Nick GassonLowering for delays in Verilog procedural assignments
2024-04-18 Nick GassonUse deposits for Verilog blocking assignments
2024-04-18 Nick GassonParsing for delay in Verilog procedural assignments
2024-04-18 Nick GassonPlug several memory leaks
2024-04-18 Nick GassonRevert "If/case statements do not count for statement...
2024-04-17 Nick GassonSpeed up lock acquisition in uncontended case
2024-04-14 Nick GassonRefactor statement coverage emission
2024-04-14 Nick GassonIf/case statements do not count for statement coverage
2024-04-14 Nick GassonAdd some labels to blocks in cover9 test
2024-04-13 Nick GassonMerge duplicated irgen_op_cover_stmt and irgen_op_cover...
2024-04-13 Nick GassonRefactor branch coverage to use counter rather than...
2024-04-10 Nick GassonFix crash dumping array-of-array-of-record. Fixes #878
2024-04-09 Nick GassonHandle force/release in all-sensitised process. Fixes...
2024-04-09 Nick GassonAdd a utility to format time strings
2024-04-07 Nick GassonBump minimum autoconf and automake versions
2024-04-07 Nick GassonFix regex for Windows installer version
2024-04-07 Nick GassonUpdates for 1.12 release r1.12.0
2024-04-07 Nick GassonInclude TCL stack trace when --do fails
2024-04-07 Nick GassonUpdate manual for VHPI subprograms
2024-04-04 Nick GassonAdd reusable action for Windows installer
2024-04-04 Nick GassonDo not advertise PSL support since it is not yet comple...
2024-04-02 Nick GassonBundle TCL init scripts with Windows installer
2024-04-02 Nick GassonDo not use built-in make rules
2024-04-02 Nick GassonFix several crashes after errors in package generics
2024-04-02 Nick GassonImprove error for duplicate declaration due to homograp...
2024-04-01 Nick GassonAdd basic support for VHPI foreign subprograms
2024-04-01 Nick GassonFix more corner cases with aggregate subtype calculatio...
2024-04-01 Nick GassonAdd a separate tree kind for element resolution indication
2024-03-29 Nick GassonRefactor calculation of aggregate bounds. Fixes #837
2024-03-29 Nick GassonRemove unused variable in vhpi_build_design_model
2024-03-28 Nick GassonImplement vhpi_get_real
2024-03-28 Nick GassonImplement vhpi_get_cb_info
2024-03-28 Nick GassonImplement vhpi_get_next_time
2024-03-28 Nick GassonRemoving pending field from VHPI c_callback
2024-03-28 Nick GassonEnsure VHPI handles are never reused
2024-03-28 Nick GassonSimplify disabling VHPI callbacks
2024-03-28 Nick GassonFix some corner cases enabling/disabling VHPI callbacks
2024-03-28 Nick GassonEnsure RT_NEXT_TIME_STEP event triggers on the first...
2024-03-28 Nick GassonReplace vhpiHandleT with a reference counted handle
2024-03-27 Nick GassonImplement vhpiDesignUnit association for instances
2024-03-27 Nick GassonRemove sem_int_lit helper function
2024-03-27 Nick GassonFix crash in vhpi_iterator with --vhpi-trace
2024-03-26 Nick GassonSuppress error for hidden declarations with --relaxed...
2024-03-26 Nick GassonImprove checking for incomplete type declarations
2024-03-25 Nick GassonFix undefined behaviour dumping >32 bit integers to...
2024-03-25 Nick GassonRun all cocotb regression tests in GitHub Actions
2024-03-25 Nick GassonFix crashes with vhpiDepositPropagate
next