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.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_insts.adb b/src/synth/synth-vhdl_insts.adb
index 5e6b39669..24190055b 100644
--- a/src/synth/synth-vhdl_insts.adb
+++ b/src/synth/synth-vhdl_insts.adb
@@ -220,7 +220,8 @@ package body Synth.Vhdl_Insts is
when Value_Net
| Value_Wire
| Value_Signal
- | Value_File =>
+ | Value_File
+ | Value_Dyn_Alias =>
raise Internal_Error;
end case;
end Hash_Const;