]> git.nickg.me.uk Git - nvc.git/commit
Separate inner and outer block statement for component instantiation
authorNick Gasson <nick@nickg.me.uk>
Sun, 21 Jan 2024 19:38:37 +0000 (19:38 +0000)
committerNick Gasson <nick@nickg.me.uk>
Sat, 3 Feb 2024 20:51:57 +0000 (20:51 +0000)
commit7dd41079090dcf7b3e20bdc9834be3018154eb3a
tree2656523e76843a86b699ee5b137cd742e8df401f
parent997cbfce5b3d955ec49883fbc41b0049d61ac333
Separate inner and outer block statement for component instantiation
14 files changed:
src/elab.c
src/lower.c
src/rt/wave.c
src/sem.c
src/vhpi/vhpi-model.c
test/elab/comp3.vhd
test/elab/jcore2.vhd [new file with mode: 0644]
test/parse/vests1.vhd
test/regress/gold/wave9.dump [new file with mode: 0644]
test/regress/testlist.txt
test/regress/wave9.vhd [new file with mode: 0644]
test/test_elab.c
test/test_lower.c
test/test_simp.c