aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-16 06:50:16 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-16 06:58:04 +0200
commit2cd953d9b01cd9faf94bc66a466cb640485946f8 (patch)
tree0a8114abf2225b2a0dfdf3149e7376e4f34902e5 /src/synth/synth-insts.adb
parent17fe76dff5ac755c6d3162bdd21c49508ada566e (diff)
downloadghdl-2cd953d9b01cd9faf94bc66a466cb640485946f8.tar.gz
ghdl-2cd953d9b01cd9faf94bc66a466cb640485946f8.tar.bz2
ghdl-2cd953d9b01cd9faf94bc66a466cb640485946f8.zip
synth: refactoring (synth.files_operations -> synth.vhdl_files)
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));