]> git.nickg.me.uk Git - nvc.git/shortlog
nvc.git
2023-11-05 Nick GassonScrollbar stuff gui
2023-11-05 Nick GassonSVG/CSS hell
2023-11-05 Nick GassonMerge WaveView and WaveRender
2023-11-05 Nick GassonClipping
2023-11-05 Nick GassonRendering improvements
2023-11-04 Nick GassonPrettier
2023-11-04 Nick GassonAdd some tests for Trace
2023-11-04 Nick GassonAdd tests for Conduit
2023-11-04 Nick GassonWIP add a browser-based GUI
2023-11-04 Nick GassonRemove MicroHTTP dependency for WebSocket server
2023-11-03 Nick GassonAdd NEVER_WAITS attribute for some VITAL procedures
2023-11-03 Nick GassonWrong data passed to 'VALUE attribute. Fixes #790
2023-11-02 Nick GassonWorkarounds for slow emulated TLS on MinGW
2023-11-02 Nick GassonCreate drivers for procedure arguments with mode view...
2023-11-01 Nick GassonSemantic checks for procedure parameters with mode...
2023-11-01 Nick GassonFix crash with assignment to null signal. Fixes #787
2023-11-01 BlebowskiFix-up merging of non-matching coverage items and scope...
2023-10-31 Nick GassonCheck for and warn about emulated thread-local storage
2023-10-31 Nick GassonEscape backslash in symbol name on Windows
2023-10-31 Nick GassonAdd NEVER_WAITS attribute to optimise code generation...
2023-10-31 Nick GassonAdd specialised exit handler for 'last_event
2023-10-31 Nick GassonAdd specialised foreign calling convention for internal...
2023-10-31 Nick GassonFix occasional JIT compilation failure due to too-small...
2023-10-30 Nick GassonAdd intrinsics for more IEEE.MATH_REAL operations
2023-10-30 Nick GassonSubprogram specification/body wrong way round in diagno...
2023-10-29 Nick GassonElaborate external name in alias declaration exactly...
2023-10-29 Nick GassonCheck relative pathname for enclosing concurrent region
2023-10-29 Nick GassonElaborate external names as callback from code generation
2023-10-29 Nick GassonImprove checking for external names with array subtype...
2023-10-29 Nick GassonTest dumping external names
2023-10-29 Nick GassonPreserve declarations when simplifying case-generate...
2023-10-29 Nick GassonAdd jit_for_thread helper function
2023-10-29 Nick GassonMake hash_iter skip over deleted items
2023-10-27 Nick GassonVisibility issue with block name in configuration
2023-10-27 Nick GassonFix crash folding package constant. Issue #782
2023-10-27 Nick GassonFix crash after malformed generate statement
2023-10-25 Nick GassonAdd TCL echo command
2023-10-25 Nick GassonAdd conversion functions for Verilog/VHDL interface...
2023-10-23 sean-anderson... Fix some typos and grammatical errors in documentation...
2023-10-23 Nick GassonSplit src/rt/cover.c into multiple files (#780)
2023-10-23 Nick GassonImprove checking for invalid library name. Issue #778
2023-10-23 BlebowskiRefactoring of cover. (#777)
2023-10-22 Nick GassonParse Verilog inout ports
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
next