]> git.nickg.me.uk Git - nvc.git/commit
vhpi: Add support for subtypes
authorSean Anderson <seanga2@gmail.com>
Mon, 29 May 2023 19:23:07 +0000 (15:23 -0400)
committerNick Gasson <nick@nickg.me.uk>
Sun, 4 Jun 2023 22:00:34 +0000 (22:00 +0000)
commit098c806ff95f6bd2feefeb41c3bb05560e28b695
tree61ff845e73fbd1022efddc2aa150754de8eb3b6e
parent481c7b38f48b79fee4a52a4fd0b1d9d573a1e803
vhpi: Add support for subtypes

Add very basic support for subtypes. This is just enough to place them
in the type hierarchy, and not much else. Array subtypes are always
created as arrayTypeDecls, since this will let us expose the element
subtype properly.
src/vhpi/vhpi-model.c
test/regress/gold/vhpi1.txt
test/vhpi/vhpi1.c