]> git.nickg.me.uk Git - nvc.git/commit
Support cycle count in PSL next operator
authorNick Gasson <nick@nickg.me.uk>
Wed, 18 Oct 2023 19:36:27 +0000 (20:36 +0100)
committerNick Gasson <nick@nickg.me.uk>
Wed, 18 Oct 2023 19:36:27 +0000 (20:36 +0100)
commit7512bc45811e88322b31c2eb69de113331f09a5f
treed90810ea768f3d8f2c394698ec91c7a3423d2482
parentbec665c9578ca76a9b4e399b4797b46b773d5db7
Support cycle count in PSL next operator
12 files changed:
src/parse.c
src/psl/psl-fsm.c
src/psl/psl-lower.c
src/psl/psl-node.c
src/psl/psl-node.h
src/psl/psl-sem.c
test/psl/parse1.vhd
test/psl/sem1.vhd
test/regress/gold/psl5.txt [new file with mode: 0644]
test/regress/psl5.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_psl.c