aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synthesis.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb
index 7ebb9602e..a84b4976a 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -102,6 +102,8 @@ package body Synthesis is
null;
when Iir_Kind_Architecture_Body =>
null;
+ when Iir_Kinds_Verification_Unit =>
+ null;
end case;
end if;
Next (Dep_It);