]> 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 21:10:48 +0000 (22:10 +0100)
commit2458e1c4337a3dc14d84db9f74cf4e480e760ab0
tree425a92e95582536200a80718f43ee20a955727ee
parenta7cd483247abffe581f20faaf59ec95ef8254b78
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