aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_insts.adb')
-rw-r--r--src/synth/synth-vhdl_insts.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_insts.adb b/src/synth/synth-vhdl_insts.adb
index 5394834ab..914b0e02a 100644
--- a/src/synth/synth-vhdl_insts.adb
+++ b/src/synth/synth-vhdl_insts.adb
@@ -1208,6 +1208,8 @@ package body Synth.Vhdl_Insts is
null;
when Iir_Kinds_Verification_Unit =>
null;
+ when Iir_Kind_Foreign_Module =>
+ raise Internal_Error;
end case;
end if;
Next (Dep_It);