aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index 250fbcf61..adb7332a6 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -50,7 +50,7 @@ with Synth.Decls; use Synth.Decls;
with Synth.Expr; use Synth.Expr;
with Synth.Source; use Synth.Source;
with Synth.Debugger;
-with Synth.Files_Operations;
+with Synth.Vhdl_Files;
with Synth.Errors;
package body Synth.Insts is
@@ -1647,7 +1647,7 @@ package body Synth.Insts is
-- Save the current architecture, so that files can be open using a
-- path relative to the architecture filename.
- Synth.Files_Operations.Set_Design_Unit (Arch);
+ Synth.Vhdl_Files.Set_Design_Unit (Arch);
Synth_Dependencies (Root_Instance, Get_Design_Unit (Arch));