]> git.nickg.me.uk Git - nvc.git/commit
vhpi: Downgrade unimplemented iterators to error
authorSean Anderson <seanga2@gmail.com>
Sun, 2 Jul 2023 18:48:56 +0000 (14:48 -0400)
committerNick Gasson <nick@nickg.me.uk>
Wed, 26 Jul 2023 17:43:59 +0000 (18:43 +0100)
commit1a7bc7412899f3f707714eb0563bc3c4baefd93c
treeecbba2f727ddfde9ef3e80e48aab7d8e32bbc597
parente1566cb936eafd658df34344af54c6f1c6041f7c
vhpi: Downgrade unimplemented iterators to error

We have implemented most of the critical iterator types, so the
remaining iterators don't necessarily represent a fatal bug in the
program. Just produce an error and keep going. This allows partial
functionality for VHPI programs which try these iterators.
src/vhpi/vhpi-model.c
test/vhpi/vhpi1.c