]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-05-17 Sean Andersonvhpi: Support designUnits
2023-05-17 Sean Andersonvhpi: Add support for name properties
2023-05-17 Sean Andersonvhpi: Expand support for abstractregion/decl
2023-05-17 Sean Andersonvhpi: Fix vhpiCbAfterDelay
2023-05-17 Sean Andersonvhpi: Don't error in is_typeDecl
2023-05-16 Nick GassonImplement VHDL-2019 shared variables on entity interfac...
2023-05-15 Nick GassonRefactoring to allow ports with variable class
2023-05-15 Nick GassonEnable "function knows vector size" for unconstrained...
2023-05-14 Nick GassonAllow "function knows vector size" in declarations...
2023-05-14 Nick GassonAdd some basic support for LCS2016-72b "function knows...
2023-05-14 Nick GassonOptimise lookup_item
2023-05-14 Nick GassonStore Verilog numbers in AST
2023-05-13 BlebowskiCover conditional return test (#692)
2023-05-13 Nick GassonAdd support for conditional return statements in VHDL...
2023-05-13 Nick GassonReplace T_COND_VAR_ASSIGN with T_COND_VALUE
2023-05-12 Nick GassonImplement VHDL-2019 conditional expression in declarations
2023-05-12 Nick GassonImprove handling interface package generic map aspect...
2023-05-11 Nick GassonImprove test case for issue #644
2023-05-11 Nick GassonFix assertion failure when passing package as generic...
2023-05-10 Nick GassonX86 backend support for CCMP and $MEMSET
2023-05-10 Nick GassonParsing for mode view declarations
2023-05-10 Nick GassonAdd a type to represent Verilog numbers
2023-05-10 Nick GassonFix length calculation for nested array of record signa...
2023-05-08 Nick GassonFormat string handling for $display and $write
2023-05-08 Nick GassonAdd basic support for $display
2023-05-08 Nick GassonParsing for Verilog strings
2023-05-08 Nick GassonAdd more lowering for Verilog
2023-05-08 Nick GassonAdd a script to run Questa for test comparison
2023-05-08 Nick GassonImport strchrnul from gnulib. Fixes #689
2023-05-07 Nick GassonRework handling of generic type predefined operators
2023-05-06 Nick GassonFix dumping for if-generate
2023-05-05 Nick GassonFix visibility issue with selected names. Issue #688
2023-05-05 Nick GassonFix memory leak of identifier hash table
2023-05-05 BlebowskiAdd parsing of Compound SERE (#679)
2023-05-02 Nick GassonError in record aggregate when field has the same name...
2023-05-02 Nick GassonRearrange type check for indexed name prefix. Fixes...
2023-05-02 Nick GassonManual formatting tweaks
2023-05-01 Nick GassonPass JIT instance into elaboration
2023-05-01 Nick GassonGet rid of eval_t type
2023-05-01 Nick GassonAllow multiple JIT code pages. Issue #672
2023-05-01 Nick GassonSync NEWS.md from 1.9 branch
2023-04-29 Nick GassonAdd basic tab completion
2023-04-29 Nick GassonAdd an "examine" shell command
2023-04-29 Nick GassonFix TCL shell line editing with coloured prompt
2023-04-28 Nick GassonFix corner case releasing signal without driver. Fixes...
2023-04-28 Nick GassonImplement Mach-O relocations for x86_64. Issue #680
2023-04-25 Nick GassonRemove active_scope global variable
2023-04-25 Nick GassonUse ptr_list_t for scope child list
2023-04-25 Nick GassonTemporarily use fork of Microwatt for VUnit tests
2023-04-25 Nick GassonBump UVVM to 2023.03.21. Issue #614
2023-04-24 Nick GassonFix crash when signal assignment contains only "unaffec...
2023-04-23 Nick GassonHandle next and exit statements in process(all). Issue...
2023-04-23 Nick GassonUse same version scheme for MSYS2 and Debian
2023-04-23 Nick GassonBuild Debian package in GitHub Actions. Issue #642
2023-04-23 Nick GassonAdd support for PSL properties in runtime
2023-04-22 Nick GassonMissing driver for protected procedure call signal...
2023-04-22 Nick GassonStack corruption with large number of arguments. Fixes...
2023-04-22 Nick GassonBump OSVVM to 2023.04
2023-04-22 Nick GassonAdd script to install VUnit libraries
2023-04-22 Nick GassonEnable 64-bit integers in VHDL-2019
2023-04-22 Nick GassonStore array bounds as 64-bit
2023-04-22 Nick GassonChange const rep opcode to return an array
2023-04-20 BlebowskiPSL repeated SERE parsing (#673)
2023-04-20 Nick GassonRevert "Temporarily use nickg/vunit fork of VUnit"
2023-04-20 Nick GassonAdd a chained comparison JIT opcode
2023-04-20 Nick GassonAdd skeleton for mixed VHDL/Verilog elaboration
2023-04-20 Nick GassonStore object locus instead of raw tree pointer in JIT IR
2023-04-18 Nick GassonHandle external names in wait statements. Issue #674
2023-04-18 Nick GassonAdd a simple VITAL test
2023-04-17 Nick GassonOptimise range length translation where direction is...
2023-04-17 Nick GassonOptimise identities for XOR
2023-04-16 Nick GassonSync fstapi.c to GtkWave ed77c770
2023-04-16 Nick GassonUse a ptr_list_t to store list of processes
2023-04-16 Nick GassonSimplify packing scheme for locations
2023-04-15 Nick GassonReduce size of serialised JIT bytecode
2023-04-15 Nick GassonOptimise array ref translation where argument is a...
2023-04-15 Nick GassonUse a shared ZSTD context for compression/decompression
2023-04-15 Nick GassonCompress library files with Zstandard instead of FastLZ
2023-04-15 Nick GassonSync NEWS.md from 1.9 branch
2023-04-15 Nick GassonAdjust external test paths
2023-04-15 Nick GassonFix wrong bounds for direct mapped port. Issue #668
2023-04-15 Nick GassonTemporarily use nickg/vunit fork of VUnit
2023-04-15 Nick GassonFix elaboration error with recursive instantiation
2023-04-14 Nick GassonAdd an install script for Microchip Libero
2023-04-13 Nick GassonHandle linking against ___chkstk_ms on MinGW as a speci...
2023-04-12 Nick GassonAllow ; as separator in library mappings on Windows...
2023-04-12 Nick GassonFix "failed to resolve symbol memcpy" error on Windows...
2023-04-12 Nick GassonPass -no_fixup_chains when linking on macOS. Issue...
2023-04-11 Nick GassonCache 'EVENT flag for single-element signals
2023-04-11 Nick GassonAdd a separate field for signal flags
2023-04-11 Nick GassonMove composite signal offset field from sig_shared_t...
2023-04-11 Nick GassonReplace linked list of pointers with an array
2023-04-11 Nick GassonMissing locks in some model functions
2023-04-10 Nick GassonHandle matching case statement in process(all). Issue...
2023-04-10 Nick GassonFix bug in interpreter real to integer conversion....
2023-04-10 Nick GassonFix alignment of new TCL help options
2023-04-10 Nick GassonFix crash elaborating subprogram in for-generate. Issue...
2023-04-09 Nick GassonRestore TCL shell
2023-04-09 Nick GassonBump version to 1.10-devel
2023-04-09 Nick GassonAdd a generic list-of-pointers
next