]> git.nickg.me.uk Git - nvc.git/commit
Add NEVER_WAITS attribute to optimise code generation for procedures
authorNick Gasson <nick@nickg.me.uk>
Tue, 31 Oct 2023 17:20:36 +0000 (17:20 +0000)
committerNick Gasson <nick@nickg.me.uk>
Tue, 31 Oct 2023 17:20:36 +0000 (17:20 +0000)
commitc23cb1e72fbff006ab8f21ec1123f15faf4f4fcf
tree335b19d9f50c1bfa447f4ad7041faab278aa710e
parent606f6fe4e7f5a19a058ba45b1cf310b0155a15ea
Add NEVER_WAITS attribute to optimise code generation for procedures
13 files changed:
lib/std.08/textio.vhd
lib/std.19/textio.vhdl
lib/std/textio.vhd
src/common.c
src/common.h
src/names.c
src/parse.c
src/sem.c
src/tree.c
test/lower/proc4.vhd [new file with mode: 0644]
test/sem/attr.vhd
test/test_lower.c
test/test_sem.c