]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-10-02 Nick GassonAvoid calling lower_debug_locus for bounds checks which...
2023-10-02 Nick GassonSimplify some basic expressions without generating...
2023-10-01 Nick GassonFix intermittent crash with LLVM JIT
2023-10-01 Nick GassonSwitch back to master branch of Microwatt for regressio...
2023-09-30 Nick GassonTemporarily enable debug mode in Debian package
2023-09-30 Nick GassonFix crash with concurrent assignment to array of records
2023-09-30 Nick GassonFix unused variable warnings
2023-09-30 Nick GassonAdd cocotb to regression tests
2023-09-30 Nick GassonFix assertion failure lowering reference to alias
2023-09-30 Nick GassonFix occasional install failure with make -j
2023-09-29 Nick GassonFix VHPI crash with non-static signal bounds
2023-09-28 Nick GassonAdd Grlib to regression tests
2023-09-28 Nick GassonTweak handling of pragmas outside of design units
2023-09-27 Nick GassonSwitch from pkg-config to pkgconf on MSYS2
2023-09-27 Nick GassonRemove dependency initialisation code from model
2023-09-26 Nick GassonLLVM JIT no longer uses LLJIT interface
2023-09-26 Nick GassonRespect Linux CPU affinity when calculating maximum...
2023-09-26 Nick GassonAdd script to install Free Model Foundry common packages
2023-09-26 Nick GassonFix visibility in block statement generic map
2023-09-25 Nick GassonAdditional checking for LCS2016-059
2023-09-25 Brian PadalinoAdd VHDL-2019 for VUnit library installation. (#764)
2023-09-24 Nick GassonRefactor subprogram overload resolution
2023-09-24 Nick GassonStop including deprecated LLVM headers in cgen.c
2023-09-22 Nick GassonLowering for Verilog variables with packed dimensions
2023-09-22 Nick GassonDetect Bison -Wcounterexamples support in configure...
2023-09-22 Nick GassonLowering for Verilog if statements
2023-09-21 Nick GassonLowering for Verilog delay control
2023-09-19 Nick GassonLook up VHPI array subtype bounds dynamically from JIT
2023-09-19 Nick GassonOptimise unsigned addition with natural
2023-09-19 Nick GassonOptimise equals operator for standard enum vector types
2023-09-19 Nick GassonOptimised subtract operation for signed/unsigned types
2023-09-19 Nick GassonOptimised multiply operation for signed/unsigned types
2023-09-19 Nick GassonDo not build VHPI model until design fully initialised
2023-09-18 Nick GassonLower declarations in a single pass
2023-09-18 Nick GassonAvoid repeated evaluation of array bounds in aggregate
2023-09-18 Nick GassonStore non-constant subtype bounds in a variable
2023-09-17 Nick GassonSync NEWS.md from 1.10 branch
2023-09-17 Nick GassonBump OSVVM version to 2023.07
2023-09-17 Nick GassonFix crash overriding predefined function in package...
2023-09-17 Nick GassonPartial implementation of LCS2016-059
2023-09-16 Nick GassonImplement remaining LCS2016-018 changes
2023-09-16 Nick GassonImprove location reporting in VHPI errors
2023-09-16 Nick GassonMerge Prefix and simpleName fields in c_prefixedName
2023-09-16 Nick GassonAllow VHPI indexed name access to generic arrays
2023-09-16 Nick GassonExtend layout_of to work with nested arrays
2023-09-16 Nick GassonAllow reading record generic fields in vhpi_get_value
2023-09-16 Nick GassonFix crash constant folding during elaboration with...
2023-09-16 Nick GassonRevert the VHPI CaseName hack as it is unreliable
2023-09-13 Nick GassonImplement VHPI access to for-generate blocks
2023-09-13 Nick GassonFix accessing sub-region in vhpi_handle_by_name
2023-09-13 Nick GassonSupport plusargs for passing arguments to VHPI plugins
2023-09-13 Nick GassonFix use-after-free in vhpi10 test
2023-09-12 Nick GassonAllow vhpi_get with vhpiSizeP for unconstrained array...
2023-09-12 Nick GassonSupport reading unconstrained array values from VHPI
2023-09-12 Nick GassonVHPI support for component instance statements
2023-09-11 Nick GassonCheck pragmas always appear in pair within a design...
2023-09-11 Nick GassonAdd a test for new --shuffle option
2023-09-11 Nick GassonAdd --shuffle option to run processes in random order
2023-09-11 Nick GassonSet numElems for scalar vhpi_get_value
2023-09-10 Nick GassonOptimise simple concurrent signal assignment
2023-09-10 Nick GassonAllow VHPI access to types declared in blocks
2023-09-09 Nick GassonAdd a thread barrier abstraction
2023-09-09 Nick GassonAvoid calls to memcmp for small arrays
2023-09-09 Nick GassonImport David Bishop's real_tests.vhd
2023-09-09 Nick GassonImprove code generation for constant array aggregates
2023-09-09 Nick GassonCatch more aggregate length errors at analysis time
2023-09-08 Nick GassonAdd optimised implementations for SIN and COS
2023-09-08 Nick GassonUse specialised run queue rather than workq_t in model
2023-09-07 Nick GassonOptimise case where concurrent procedure call never...
2023-09-07 Nick GassonEnable VHPI access to block statements
2023-09-05 Nick GassonImplement vhpiRelease mode for vhpi_put_value
2023-09-05 Nick GassonAdd support for accessing constant declarations in...
2023-09-04 Nick GassonAllow iterating generic declarations from VHPI
2023-09-04 Nick GassonImprove debugging for VHPI error messages
2023-09-04 Nick GassonDo not write numElems for non-scalar vhpi_get_value
2023-09-04 Nick GassonFix memory leak in print_deps_cmd
2023-09-04 Nick GassonFix crash deserialising JIT bytecode
2023-09-04 Nick GassonImplement VHPI IsLocal property
2023-09-04 Nick GassonAllow reading generic value from VHPI
2023-09-04 Nick GassonAllow enumerating top-level generics in VHPI
2023-09-04 Nick GassonRefactor simulator interface to VHPI
2023-09-04 Nick GassonIntroduce vhpi_context_t to hold VHPI global variables
2023-09-04 Nick GassonFix crash for allocator with unconstrained array element
2023-09-04 Nick GassonFix crash with alias of alias of subprogram
2023-09-02 Nick GassonCheck for valid operator symbol
2023-09-02 Nick GassonMissed VHDL-2008 rule for predefined operator visibility
2023-09-01 Nick GassonOptimise TO_UNSIGNED and TO_SIGNED
2023-09-01 Nick GassonDo not assume arena root is first object created
2023-09-01 Nick GassonFix crash with pragma outside of design unit
2023-08-30 Nick GassonOptimise "xor" for std_logic_vector
2023-08-29 Nick GassonOptimise "and" and "or" for std_logic_vector
2023-08-29 Nick GassonAdd a framework for optimised implementations of standa...
2023-08-27 Nick GassonParsing for Verilog conditional statements
2023-08-26 Nick GassonImprove error message for missing package body
2023-08-26 Nick GassonVHDL-2019 composition with protected types
2023-08-26 Nick GassonAllow alias of protected type method
2023-08-26 Nick GassonAdjust check for existing library directory
2023-08-25 Nick GassonDowngrade "directory already exists" error to a warning
2023-08-25 Nick GassonAvoid race when checking if an existing directory is...
2023-08-25 Nick GassonRestrict copying for instantiation of nested package
next