diff options
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index 243120b21..739bd778f 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -201,7 +201,7 @@ package body Ghdlsynth is return Null_Iir; end if; else - Design_File := Ghdlcomp.Compile_Analyze_File2 (Arg); + Ghdlcomp.Compile_Load_File (Arg); end if; end; end loop; |