]> Nick Gasson's Git Repositories - nvc.git/commit
Allow record aggregates to be constant folded. Fixes #305
authorNick Gasson <nick@nickg.me.uk>
Tue, 27 Dec 2016 16:35:45 +0000 (16:35 +0000)
committerNick Gasson <nick@nickg.me.uk>
Tue, 27 Dec 2016 16:35:45 +0000 (16:35 +0000)
commitb6185303996e91f42374f221cffedb117e6efa98
treeffa7fdf952fd5cb609922ca6353c3d925098a7cf
parent6f085e2a20232d48d3bdc33e8009648182f1b311
Allow record aggregates to be constant folded. Fixes #305
HISTORY.md
src/eval.c
src/lower.c
test/elab/issue305.vhd [new file with mode: 0644]
test/test_elab.c
test/test_lower.c