aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_gcc.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdl_gcc.adb')
-rw-r--r--src/ghdldrv/ghdl_gcc.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_gcc.adb b/src/ghdldrv/ghdl_gcc.adb
index d97a7ed16..f08c4cef0 100644
--- a/src/ghdldrv/ghdl_gcc.adb
+++ b/src/ghdldrv/ghdl_gcc.adb
@@ -19,6 +19,7 @@ with Ghdlmain;
with Ghdllocal;
with Ghdldrv;
with Ghdlprint;
+with Ghdlvpi;
procedure Ghdl_Gcc is
begin
@@ -27,6 +28,7 @@ begin
Ghdlmain.Version_String := new String'("GCC back-end code generator");
Ghdldrv.Backend := Ghdldrv.Backend_Gcc;
Ghdldrv.Register_Commands;
+ Ghdlvpi.Register_Commands;
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;
Ghdlmain.Register_Commands;