]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-10-22 Nick GassonParse Verilog timescale directive
2023-10-22 Nick GassonIntegrate Verilog preprocessor with parser
2023-10-22 Nick GassonError if signal has more than 2^31 sub-elements
2023-10-22 Nick GassonCreate implicit aliases for predefined operators of...
2023-10-22 Nick GassonGenerate unique name mangling for predefined functions
2023-10-22 Nick GassonExclude Verilog preprocessor from coverage collection
2023-10-22 Nick GassonAdd NEWS.md item for FSM state coverage
2023-10-22 BlebowskiFSM state coverage. (#771)
2023-10-21 Nick GassonFix race condition in arena_by_name
2023-10-21 Nick GassonAdd Verilog preprocessor step
2023-10-21 Nick GassonFix uninitialised variable warning in eval.c
2023-10-20 Nick GassonRemove the unsupported --enable-jit configure option
2023-10-19 Nick GassonUse master branch of cocotb for regression tests
2023-10-18 Nick GassonMove PSL dumper test to test_dump.c
2023-10-18 Nick GassonAdd PSL until and until_ FL operators
2023-10-18 Nick GassonSupport cycle count in PSL next operator
2023-10-17 Nick GassonType conversion between arrays with closely related...
2023-10-17 Nick GassonImprove checking for closely related types
2023-10-16 Nick GassonSync NEWS.md from 1.10 branch
2023-10-16 Nick GassonMake generated .deb file names unique
2023-10-16 Nick GassonMissing bounds check for aggregate with range association
2023-10-16 Nick GassonAdd configure check for gettid. Fixes #774
2023-10-16 Nick GassonAdd more external projects to regression tests
2023-10-16 Nick GassonFold locally static expressions with array type
2023-10-15 Nick GassonFix vhpi_get_value checks for too-small format
2023-10-15 Nick GassonRelax format checks in vhpi_get_value for integral...
2023-10-15 Nick GassonFix crash after --relaxed warning. Issue #770
2023-10-15 Nick GassonFix cyclic dependency bug with "use work.all"
2023-10-14 Nick GassonFix crash with unconstrained field in record aggregate
2023-10-14 Nick GassonAvoid crash with unsupported case choice expression
2023-10-12 Nick GassonAdd layout_of variant for signal types
2023-10-12 Nick GassonHandle records with globally static element bounds...
2023-10-12 Nick GassonRename lower_const_bounds to type_const_bounds and...
2023-10-10 Nick GassonVerilog continuous assignment and binary "&"
2023-10-10 Nick GassonVerilog blocking assignment
2023-10-10 Nick GassonAdd mechanism for storing comments in code blobs
2023-10-07 Nick GassonAdd missing ASAN_OPTIONS to GitHub Actions workflow
2023-10-07 Nick GassonUse same JIT instance for elaboration and AOT code...
2023-10-07 Nick GassonPreserve JIT state between elaboration and runtime
2023-10-07 Nick GassonStore the tag number rather than raw pointer in toggle...
2023-10-07 Nick GassonMissing length checks for some ports with globally...
2023-10-06 Nick GassonAdd --vhpi-debug option for verbose VHPI error reporting
2023-10-05 Nick GassonAvoid repeated calls to realpath(3) when printing diagn...
2023-10-05 Nick GassonImprove overload resolution when argument is known...
2023-10-04 Nick GassonShrink textio LINE_BUFFER_SIZE for more efficient alloc...
2023-10-04 Nick GassonImplement LCS2016-032 changes to instance/path name
2023-10-04 Nick GassonSimplify lowering of 'instance_name and 'path_name
2023-10-04 Nick GassonParsing for Verilog binary & and | operators
2023-10-04 Nick GassonVcode thunks no longer have parameters
2023-10-04 Nick GassonRemove unused scope_flags_t
2023-10-04 Nick GassonReduce garbage collections caused by STD.TEXTIO subprograms
2023-10-04 Nick GassonRevert "Temporarily enable debug mode in Debian package"
2023-10-04 Nick GassonFix macOS build failure with TCL shell enabled
2023-10-02 Nick GassonAllow use of raw object pointer in cgen_rematerialise_o...
2023-10-02 Nick GassonFix bug in x86 tlab alloc stub
2023-10-02 Nick GassonHandle $MOVE with overlapping regions in x86 backend
2023-10-02 Nick GassonFix crash during lazy code generation
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
next