diff options
Diffstat (limited to 'src/synth/synth-files_operations.ads')
-rw-r--r-- | src/synth/synth-files_operations.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-files_operations.ads b/src/synth/synth-files_operations.ads index 69be99ff9..0b5ae456d 100644 --- a/src/synth/synth-files_operations.ads +++ b/src/synth/synth-files_operations.ads @@ -28,6 +28,10 @@ package Synth.Files_Operations is -- Raised in case of un-recoverable error. File_Execution_Error : exception; + -- Set the current design unit, so that its path can be used to search + -- files. + procedure Set_Design_Unit (Unit : Node); + function Elaborate_File_Declaration (Syn_Inst : Synth_Instance_Acc; Decl : Node) return File_Index; |