]> Nick Gasson's Git Repositories - nvc.git/shortlog
nvc.git
2 days ago Nick GassonParse Verilog for loops master github/master sr.ht/master
4 days ago Nick GassonPSL built-in functions are only allowed where Boolean...
4 days ago Simon Voigt... Replace redundant copy of libraryName with missing...
5 days ago NikLebergFix crash with call with too many named arguments....
6 days ago Nick GassonBump version to 1.16-devel
6 days ago Nick GassonUpdate for 1.15 release v1.15-branch github/v1.15-branch sr.ht/v1.15-branch r1.15.0
6 days ago Nick GassonUpdate OSVVM and UVVM versions
6 days ago Nick GassonFix mis-parsed comment inside PSL directive. Fixes...
6 days ago Nick GassonAvoid heap allocation in type_set_push
6 days ago Nick GassonSpurious error when trying to apply condition conversio...
8 days ago Nick GassonCorrect VHPI type name for nested array element subtype
8 days ago NikLebergAdd support for `'*_name` attributes of generate block...
8 days ago NikLebergFix crash with invalid range type for aggregate (#1123)
10 days ago NikLebergFix crash with invalid aggregate field name (#1121)
12 days ago Nick GassonPSL never properties always fail. Fixes #1117
12 days ago Nick GassonFix assertion failure after local allocation in property
12 days ago Nick GassonImprove tracing of vhpi_register_cb parameters
12 days ago Nick GassonFix crash instantiating a subprogram containing a file...
12 days ago NikLebergFix crash with instantiation of unexpected kind (#1120)
12 days ago NikLebergFix crash in overload check of invalid alias declaratio...
2025-01-02 Nick GassonWrong debug output for VHPI callback in vhpiDisable...
2025-01-02 Nick GassonFix crash when PSL sequence starts with indexed name...
2024-12-31 Nick GassonCorrect error location after Verilog macro expansion
2024-12-31 Nick GassonDefine Verilog preprocessor macros on command line
2024-12-28 Nick GassonCache external names at use site
2024-12-28 Nick GassonMove all external name resolution to runtime
2024-12-28 Nick GassonAdd intrinsics for unsigned comparison
2024-12-28 Nick GassonFix corner case with trigger update order
2024-12-28 Nick GassonEnsure thread-local buffer is reset correctly
2024-12-28 Nick GassonElide driver update in some cases
2024-12-28 Nick GassonDisable output port collapsing
2024-12-28 Nick GassonOptimised copy and comparison functions in runtime
2024-12-28 Nick GassonOptimise conversion function memory usage
2024-12-27 Nick GassonAdd redzone around runtime static allocations
2024-12-26 Nick GassonFix unused variable warning on release build
2024-12-25 Nick GassonFix 'last_active when port has conversion function
2024-12-25 Nick GassonRemove remaining uses of ptr_list_t
2024-12-22 Nick GassonRefactor implementation of conversion functions. Fixes...
2024-12-22 Nick GassonFix 'driving_value when prefix is a record
2024-12-22 NikLebergFix crash with type interface in function parameters...
2024-12-20 Nick GassonMake usage of signal initial / driving area more explicit
2024-12-19 Nick GassonParse Verilog concatenation
2024-12-19 Nick GassonParse more Verilog datatypes
2024-12-18 Nick GassonParse Verilog `begin_keywords and `end_keywords
2024-12-18 Nick GassonHandle external name referencing package body
2024-12-17 Nick GassonHandle `undef in Verilog preprocessor
2024-12-17 Nick GassonParse Verilog conditional expression and more binary...
2024-12-17 NikLebergFix crash when new instance with generics is created...
2024-12-17 NikLebergFix crash with duplicate aliases in name resolution...
2024-12-17 Nick GassonParse Verilog parameter declarations
2024-12-17 NikLebergFix crash with missing choices in aggregate. (#1104)
2024-12-17 Ondrej IlleMark onehot,onehot0 PSL built-ins as implemented. ...
2024-12-15 Nick GassonRefactor driving and effective value calculation
2024-12-14 Nick GassonParse Verilog wait statements
2024-12-14 Nick GassonVerilog relational operators
2024-12-14 Nick GassonImprove error when no overload applicable in context
2024-12-14 Nick GassonWarn if VHPI non-object callback has non-NULL obj/value...
2024-12-14 Nick GassonSet exit code from vhpi_assert (#1060)
2024-12-14 Nick GassonJIT support for Windows-on-Arm
2024-12-14 Nick GassonTentatively re-enable wave tests on Windows
2024-12-13 Nick GassonLimit object graph traversal in gc_mark_from_root....
2024-12-13 Nick GassonDo missing object type check only once at startup
2024-12-13 Oscar GustafssonUpdate README to include the Surfer waveform viewer...
2024-12-12 Ondrej IlleAdd PSL 2010 features breakdown to HTML docs. (#1081)
2024-12-12 NikLebergRaise error when entity aspect is missing in configurat...
2024-12-11 Nick GassonPass Vivado vhdl_analyze_order to nvc -a -f directly...
2024-12-11 Nick GassonSlightly improve code generation for object_visit
2024-12-11 Nick GassonError rather than crash on incremental binding. Issue...
2024-12-11 Nick GassonTweak reporting of invalid formal names
2024-12-11 NikLebergRaise error when formal part is illegal. (#1093)
2024-12-11 Nick GassonAvoid newline in AC_CHECK_FUNCS. Fixes #1095
2024-12-11 Nick GassonFix crash with array-of-record in conversion function...
2024-12-09 Nick GassonParsing for Verilog task and function declarations
2024-12-07 Nick GassonFix crash after circular package reference. Fixes ...
2024-12-07 Nick GassonHandle expression in Verilog net declarations
2024-12-07 Nick GassonParse Verilog shift operators
2024-12-05 Nick GassonFix parser crash after invalid PSL directive. Fixes...
2024-12-05 Nick GassonRaise error when parameter list contains type interface...
2024-12-05 NikLebergFix crash on package definition in interface decl....
2024-12-05 NikLebergFix crash on duplicated protected body. (#1087)
2024-12-03 NikLebergFix parser hang for bit string literals. (#1085)
2024-12-03 NikLebergFix crash on invalid subtype indication. (#1082)
2024-12-01 Nick GassonAdd support for package external names. Fixes #1072
2024-12-01 Nick GassonFix error parsing nested compound SERE
2024-12-01 Nick GassonAdd support for PSL length matching &&. Fixes 996
2024-12-01 Nick GassonFix memory leaks in PSL FSM construction
2024-12-01 Nick GassonReuse edges when simplifying PSL state graph
2024-12-01 Nick GassonPrune unreachable states
2024-12-01 Nick GassonCollapse PSL epsilon edges before lowering
2024-12-01 Nick GassonAllow combining PSL guards with boolean operators
2024-12-01 Nick GassonAvoid writing intermediate .dot file for PSL graph
2024-12-01 Nick GassonImprove error recovery in Verilog parser
2024-12-01 Nick GassonParsing for more Verilog loop structures
2024-12-01 Nick GassonAdd stub implementation for $monitor
2024-12-01 Nick GassonBuild VPI objects for module, nets, and variables
2024-12-01 Nick GassonAdd a utility to dump VPI object model
2024-12-01 NikLebergFix crash on type mark error for protected func. (...
2024-11-23 Nick GassonSync NEWS.md from 1.14 branch
2024-11-23 Nick GassonAvoid use of nproc on macOS
2024-11-22 Nick GassonFix crash with subtype in element association range...
next