]> Nick Gasson's Git Repositories - nvc.git/commit
Fix handling of PSL assertions with infix operators. Fixes #956
authorNick Gasson <nick@nickg.me.uk>
Tue, 27 Aug 2024 18:02:48 +0000 (19:02 +0100)
committerNick Gasson <nick@nickg.me.uk>
Tue, 27 Aug 2024 18:58:57 +0000 (19:58 +0100)
commit63fc570b6cd85acb36500843bf48a09bffaabf0f
treee272eec0226b92c21288e003d4d08b183d5cd11c
parent8ef94134ef83a6893e1ad52b5380e54bcbad1377
Fix handling of PSL assertions with infix operators. Fixes #956
NEWS.md
src/parse.c
src/psl/psl-phase.h
src/psl/psl-sem.c
test/parse/issue956.vhd [new file with mode: 0644]
test/test_parse.c