]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-06-09 Nick GassonWIP issue 709 issue709
2023-06-09 Nick GassonAdd -f analysis option to analyse a list of files
2023-06-06 Nick GassonAdd selected signal and variable assignments
2023-06-06 Nick GassonImplement "ordering on any scalar array type" VHDL...
2023-06-06 Nick GassonSet relaxed mode when running JIT benchmarks
2023-06-05 Brian PadalinoAdding VHDL-2019 to OSVVM installation. (#622)
2023-06-05 Nick GassonFix visibility bug with VHDL-2019 interface lists....
2023-06-05 Nick GassonOptimise memory allocation for access-to-array
2023-06-04 Nick GassonUpdate THANKS.md
2023-06-04 Nick GassonAdd a --no-collapse option to inhibit port collapsing...
2023-06-04 Nick GassonAdd a textio WRITE benchmark
2023-06-04 Sean Andersonvhpi: Add support for getting/putting IndexedNames
2023-06-04 Sean Andersonvhpi: Fix vhpi_get_value with EnumVecVal format
2023-06-04 Sean Andersonvhpi: Trace the object name in more cases
2023-06-04 Sean Andersonvhpi: Support BaseIndex
2023-06-04 Sean Andersonvhpi: Support staticness
2023-06-04 Sean Andersonvhpi: Add support for IndexedNames
2023-06-04 Sean Andersonvhpi: Rework size calculation
2023-06-04 Sean Andersonvhpi: Support NumDimensions
2023-06-04 Sean Andersonvhpi: Support LeftBound and RightBound
2023-06-04 Sean Andersonvhpi: Support IsUnconstrained
2023-06-04 Sean Andersonvhpi: Support constraints
2023-06-04 Sean Andersonvhpi: Support ElemType
2023-06-04 Sean Andersonvhpi: Add support for subtypes
2023-06-04 Sean Andersonvhpi: Pass type directly to init_typeDecl
2023-06-04 Sean Andersonvhpi: Support iterators in vhpi_handle_by_index
2023-06-04 Sean Andersonvhpi: Support single-element iterators
2023-06-04 Sean Andersonvhpi: Move iterator initialization to init_iterator
2023-06-04 Sean Andersonvhpi: Don't scan non-iterators
2023-06-04 Sean Andersonvhpi: Move BaseType to c_typeDecl
2023-06-04 Sean Andersonvhpi: Extend is_typeDecl to work on all typeDecls
2023-06-04 Nick GassonFix GMT offset calculation in GMTIME
2023-06-04 Nick GassonMake sure $GALLOC opcode never returns a null pointer
2023-06-04 Nick GassonSimplify logic in lower_incomplete_access
2023-06-04 Nick GassonChange default exit severity to FAILURE
2023-06-03 Nick GassonImplement remaining VHDL-2019 date/time functions
2023-06-03 Nick GassonReturn a non-empty string for TOOL_EDITION
2023-06-03 Nick GassonAvoid crash when exiting concurrently with LLVM code...
2023-06-03 Nick GassonOptimise predefined attribute parsing
2023-06-02 Nick GassonAttribute 'ASCENDING has a dimension parameter
2023-06-02 Nick GassonImplement 'INDEX attribute from VHDL-2019 (LCS-2016...
2023-06-02 Nick GassonSkip unnecessary static bounds check during elaboration...
2023-06-01 Nick GassonAdd support for 'designated_subtype attribute (LCS2016_...
2023-06-01 Nick GassonAdd more tests for VHDL AST dumper
2023-06-01 Nick GassonCreate FST aliases for collapsed signals. Issue #704
2023-05-31 Nick GassonStart adding a unit test for dumper
2023-05-31 Nick GassonRework representation of VHDL-2008 element constraints
2023-05-29 Nick GassonImprove test case for issue #705
2023-05-29 Nick GassonAdd support for matching select? statements. Fixes...
2023-05-29 Nick GassonAdd support for array mode view indication
2023-05-29 Nick GassonAdd support for inout in mode view indication
2023-05-29 Nick GassonSimplify handling of 'CONVERSE attribute
2023-05-29 Nick GassonAdd vhdl-extras to regression tests
2023-05-29 Nick GassonAdjust GTKW save file format. Issue #703
2023-05-29 Nick GassonThe GETENV function should also return conditional...
2023-05-28 Nick GassonMore efficient handling of ANSI escapes in diagnostics
2023-05-28 Nick GassonFix typos introduced by earlier commit
2023-05-28 Nick GassonAllow VHDL-2008 rules for static expressions in relaxed...
2023-05-28 Nick GassonHandle aliases of operators
2023-05-28 Nick GassonPrevent some cases of cascading errors
2023-05-28 Nick GassonDo not translate ANSI escapes to UTF-8
2023-05-26 Nick GassonHandle leading NUL characters in report message. Fixes...
2023-05-26 Nick GassonRework handling of VHDL-2008 nested constraints. Fixes...
2023-05-24 Nick GassonImprove checking for mode view indication
2023-05-24 Nick GassonInitial elaboration support for interfaces
2023-05-23 Nick GassonImprove checking for interfaces
2023-05-22 Nick GassonAdd a performance test for unsigned "+"
2023-05-22 Nick GassonParsing for mode view indication
2023-05-22 Nick GassonParsing for 'CONVERSE attribute
2023-05-22 Sean AndersonFix coverage generation for unary operators
2023-05-22 Nick GassonCompile Synopsys STD_LOGIC_MISC package for 2008. Issue...
2023-05-21 Nick GassonMore checking for view declarations
2023-05-21 Nick GassonFully qualify subtype names
2023-05-21 Nick GassonIntroduce type_designated to replace type_file and...
2023-05-21 Sean Andersonvhpi: Add some additional callback tests
2023-05-21 Sean Andersonvhpi: Support filling in time for object callbacks
2023-05-21 Sean Andersonvhpi: Don't support values for object callbacks
2023-05-21 Sean Andersonvhpi: Calculate callback timeout at registration
2023-05-21 Sean Andersonvhpi: Fix use-after-free when removing callbacks
2023-05-21 Sean Andersonvhpi: Allow disabling ValueChange callbacks
2023-05-21 Sean Andersonmodel: Correct timing of RT_LAST_KNOWN_DELTA_CYCLE
2023-05-19 Nick GassonCorrect return value for vhpi_get_val with format vhpiE...
2023-05-19 Nick GassonRefactor format handling in vhpi_get_value
2023-05-18 Nick GassonImplement vhpiDepositPropagate mode for vhpi_put_value
2023-05-18 Nick GassonBuild a single shared library for all VHPI tests
2023-05-18 Sean Andersonvhpi: Update callback state
2023-05-18 Sean Andersonvhpi: Free callbacks in remove
2023-05-18 Sean Andersonmodel: Don't add model->now when setting a timeout
2023-05-17 Nick GassonAdd install script for xpm_vhdl
2023-05-17 Nick GassonFix corner case in handling of return identifier subtype
2023-05-17 Sean Andersonvhpi: Support FileName
2023-05-17 Sean Andersonvhpi: Add support for nonstandard search strings
2023-05-17 Sean Andersonvhpi: Add tool object
2023-05-17 Sean Andersonvhpi: Support iterators
2023-05-17 Sean Andersonvhpi: Support enabling, disabling, and removing callbacks
2023-05-17 Sean Andersonvhpi: Refactor out callback enabling code
2023-05-17 Sean Andersonmodel: Add support for clearing global/timeout callbacks
2023-05-17 Sean Andersonvhpi: Stub out prefix support
2023-05-17 Sean Andersonvhpi: Implement size
2023-05-17 Sean Andersonvhpi: Support FullName
next