]> Nick Gasson's Git Repositories - nvc.git/commit
Handle external names in PSL assertions. Fixes #952
authorNick Gasson <nick@nickg.me.uk>
Thu, 22 Aug 2024 18:13:42 +0000 (19:13 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 22 Aug 2024 18:30:58 +0000 (19:30 +0100)
commite0e2f210bd98171883f8d178380d03953f475fc7
tree4eb29a4961b913af08c309dd4d95b640b49093a7
parentbfd29b197a6e96d0359907a9f974e8594cbc0913
Handle external names in PSL assertions. Fixes #952
NEWS.md
src/dump.c
src/lexer.l
src/names.c
src/names.h
src/parse.c
test/dump/vhdl6.vhd [new file with mode: 0644]
test/parse/issue952.vhd [new file with mode: 0644]
test/test_dump.c
test/test_parse.c