]> git.nickg.me.uk Git - nvc.git/commit
vhpi: Support FullName
authorSean Anderson <sean.anderson@seco.com>
Tue, 16 May 2023 22:02:46 +0000 (18:02 -0400)
committerNick Gasson <nick@nickg.me.uk>
Wed, 17 May 2023 19:10:13 +0000 (19:10 +0000)
commit8cdb11c9885bb142e14f7ee498bd1960dc5e0879
tree7ca610c39f3ab6a040338322ae18a7ed78ab2d1f
parent08359dc2b1d940baf099df0650f052584a07c817
vhpi: Support FullName

The specification for FullName is rather... inscrutable, but I've done
my best to implement it. The general form of a FullName is

   [@library][:package]:unit[:signal]

but we can leave off the library/package for the root region, which
(conveniently) is the only one currently supported.
src/vhpi/vhpi-model.c
test/regress/gold/vhpi1.txt
test/vhpi/vhpi1.c
test/vhpi/vhpi3.c