aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_proc.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-static_proc.adb')
-rw-r--r--src/synth/synth-static_proc.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-static_proc.adb b/src/synth/synth-static_proc.adb
index ab534aa66..b8b6a4566 100644
--- a/src/synth/synth-static_proc.adb
+++ b/src/synth/synth-static_proc.adb
@@ -53,6 +53,8 @@ package body Synth.Static_Proc is
Synth_Untruncated_Text_Read (Syn_Inst, Imp, Loc);
when Iir_Predefined_Deallocate =>
Synth_Deallocate (Syn_Inst, Imp);
+ when Iir_Predefined_Read =>
+ Synth_File_Read (Syn_Inst, Imp, Loc);
when others =>
Error_Msg_Synth
(+Loc, "call to implicit %n is not supported", +Imp);