aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/libghdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-27 18:54:17 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-30 06:27:04 +0100
commit27a38f0c1b1cf8a2af13882861511018d9f4c5c9 (patch)
tree9f27a4584d089fde01cfb43a8040590b9d23e9b2 /src/vhdl/libghdl
parent1bd51bf8c6adfb77c2bf572f9c38ca4439dc9a6b (diff)
downloadghdl-27a38f0c1b1cf8a2af13882861511018d9f4c5c9.tar.gz
ghdl-27a38f0c1b1cf8a2af13882861511018d9f4c5c9.tar.bz2
ghdl-27a38f0c1b1cf8a2af13882861511018d9f4c5c9.zip
ghdlcomp: renaming; allow files in any order for --synth.
Diffstat (limited to 'src/vhdl/libghdl')
-rw-r--r--src/vhdl/libghdl/libghdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/libghdl/libghdl.adb b/src/vhdl/libghdl/libghdl.adb
index 4ab3dc74a..67de461cf 100644
--- a/src/vhdl/libghdl/libghdl.adb
+++ b/src/vhdl/libghdl/libghdl.adb
@@ -95,7 +95,7 @@ package body Libghdl is
function Analyze_File (File : Thin_String_Ptr; Len : Natural) return Iir is
begin
- return Ghdlcomp.Compile_Analyze_File2 (File (1 .. Len));
+ return Ghdlcomp.Compile_Analyze_File (File (1 .. Len));
end Analyze_File;
procedure Set_Exec_Prefix (Prefix : Thin_String_Ptr; Len : Natural) is