diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ghdldrv/ghdlvpi.adb | 2 | ||||
-rw-r--r-- | src/synth/include/synth.h (renamed from src/synth/ghdlsynth.h) | 2 | ||||
-rw-r--r-- | src/synth/include/synth_gates.h (renamed from src/synth/ghdlsynth_gates.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlvpi.adb b/src/ghdldrv/ghdlvpi.adb index 35194f3bd..d2b2656cd 100644 --- a/src/ghdldrv/ghdlvpi.adb +++ b/src/ghdldrv/ghdlvpi.adb @@ -37,7 +37,7 @@ package body Ghdlvpi is -- Compute install path Ghdllocal.Set_Exec_Prefix_From_Program_Name; - return Ghdllocal.Exec_Prefix.all & Directory_Separator & "include"; + return Ghdllocal.Exec_Prefix.all & Directory_Separator & "include/ghdl"; end Get_Vpi_Include_Dir; -- Return the lib directory. diff --git a/src/synth/ghdlsynth.h b/src/synth/include/synth.h index b8387bf5a..c89eab7fc 100644 --- a/src/synth/ghdlsynth.h +++ b/src/synth/include/synth.h @@ -95,7 +95,7 @@ namespace GhdlSynth { typedef unsigned int Param_Idx; struct Pval { unsigned int id; }; -#include "ghdlsynth_gates.h" +#include "ghdl/synth_gates.h" struct Module { unsigned int id; }; inline bool is_valid(Module m) { return m.id != 0; } diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/include/synth_gates.h index 78e4a6ef9..78e4a6ef9 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/include/synth_gates.h |