aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_static_proc.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_static_proc.adb')
-rw-r--r--src/synth/synth-vhdl_static_proc.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_static_proc.adb b/src/synth/synth-vhdl_static_proc.adb
index 330d76599..2bfc9dc06 100644
--- a/src/synth/synth-vhdl_static_proc.adb
+++ b/src/synth/synth-vhdl_static_proc.adb
@@ -92,6 +92,8 @@ package body Synth.Vhdl_Static_Proc is
Synth_Deallocate (Syn_Inst, Imp);
when Iir_Predefined_Read =>
Synth_File_Read (Syn_Inst, Imp, Loc);
+ when Iir_Predefined_Read_Length =>
+ Synth_File_Read_Length (Syn_Inst, Imp, Loc);
when Iir_Predefined_Write =>
Synth_File_Write (Syn_Inst, Imp, Loc);
when Iir_Predefined_Flush =>