aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlvpi.ads
diff options
context:
space:
mode:
authorMarlon James <marlon.james@gmail.com>2021-03-03 10:33:56 -0800
committertgingold <tgingold@users.noreply.github.com>2021-03-04 07:49:28 +0100
commit783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e (patch)
tree929ab92aac895ec39b5e7780e1fe8cea3edf3be1 /src/ghdldrv/ghdlvpi.ads
parenta03aedddf650f923b06ebacb441a713930cd63e1 (diff)
downloadghdl-783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e.tar.gz
ghdl-783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e.tar.bz2
ghdl-783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e.zip
VHPI: add initial minimal implementation
Minimal implementation of VHPI provides library loading and error support. Calling most vhpi_* functions will raise a VHPI error condition. Incorporates VHPI thunks into libghdlvpi for linking.
Diffstat (limited to 'src/ghdldrv/ghdlvpi.ads')
-rw-r--r--src/ghdldrv/ghdlvpi.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlvpi.ads b/src/ghdldrv/ghdlvpi.ads
index c1f80f5e6..3cfe2b437 100644
--- a/src/ghdldrv/ghdlvpi.ads
+++ b/src/ghdldrv/ghdlvpi.ads
@@ -1,4 +1,4 @@
--- GHDL driver - compile and link wrappers for VPI.
+-- GHDL driver - compile and link wrappers for VPI and VHPI.
-- Copyright (C) 2016 Tristan Gingold
--
-- This program is free software: you can redistribute it and/or modify