]> git.nickg.me.uk Git - nvc.git/commit
Rework implementation of conversions in port maps. Issue #843
authorNick Gasson <nick@nickg.me.uk>
Fri, 26 Jan 2024 18:05:27 +0000 (18:05 +0000)
committerNick Gasson <nick@nickg.me.uk>
Fri, 26 Jan 2024 20:37:43 +0000 (20:37 +0000)
commitb50158a7516534a7390ee5be8a9643f862a98b32
tree99cec4e42ce39f0d2b49df665eeec473edba4297
parent84bc51872778ebed81c030b9893a828198f03b08
Rework implementation of conversions in port maps. Issue #843
20 files changed:
NEWS.md
src/jit/jit-core.c
src/jit/jit-dump.c
src/jit/jit-exits.c
src/jit/jit-exits.h
src/jit/jit-irgen.c
src/jit/jit-priv.h
src/lower.c
src/rt/model.c
src/rt/structs.h
src/vcode.c
src/vcode.h
src/vlog/vlog-lower.c
test/regress/bounds43.vhd [new file with mode: 0644]
test/regress/conv11.vhd [new file with mode: 0644]
test/regress/conv12.vhd [new file with mode: 0644]
test/regress/gold/bounds43.txt [new file with mode: 0644]
test/regress/issue843.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_lower.c