]> Nick Gasson's Git Repositories - nvc.git/commit
PSL suffix implication. Issue #912
authorNick Gasson <nick@nickg.me.uk>
Wed, 30 Oct 2024 22:25:00 +0000 (22:25 +0000)
committerNick Gasson <nick@nickg.me.uk>
Wed, 30 Oct 2024 22:54:47 +0000 (22:54 +0000)
commitb5b154873ba7b6c3f7feabbc9ca28ce37df9554f
treee7aced6b6d75cc595649830a1703c1ddb13a5cf3
parent72acad0465d01ad77fd353e7b1bacb5f80ab1c2d
PSL suffix implication. Issue #912

Some code from @Blebowski in #1039
14 files changed:
src/lexer.l
src/parse.c
src/psl/psl-fsm.c
src/psl/psl-node.c
src/psl/psl-node.h
src/psl/psl-sem.c
src/scan.c
src/scan.h
test/psl/parse3.vhd
test/psl/sem1.vhd
test/regress/gold/psl13.txt [new file with mode: 0644]
test/regress/psl13.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_psl.c