aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index 4166609bd..9fc3a2e98 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -253,7 +253,8 @@ package body Ghdlsynth is
-- Elaborate
if E_Opt = Args'Last then
-- No unit.
- Top := Vhdl.Configuration.Find_Top_Entity (Libraries.Work_Library);
+ Top := Vhdl.Configuration.Find_Top_Entity
+ (Libraries.Work_Library, Libraries.Command_Line_Location);
if Top = Null_Node then
Ghdlmain.Error ("no top unit found");
return Null_Iir;