aboutsummaryrefslogtreecommitdiffstats
path: root/translate/trans_be.adb
diff options
context:
space:
mode:
Diffstat (limited to 'translate/trans_be.adb')
-rw-r--r--translate/trans_be.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/trans_be.adb b/translate/trans_be.adb
index af14402eb..dd1b6c338 100644
--- a/translate/trans_be.adb
+++ b/translate/trans_be.adb
@@ -93,7 +93,7 @@ package body Trans_Be is
end if;
if Flags.Flag_Elaborate then
- if Get_Kind (Lib) = Iir_Kind_Architecture_Declaration then
+ if Get_Kind (Lib) = Iir_Kind_Architecture_Body then
declare
Config : Iir_Design_Unit;
begin
@@ -135,7 +135,7 @@ package body Trans_Be is
pragma Unreferenced (Fi);
begin
case Get_Kind (Decl) is
- when Iir_Kind_Architecture_Declaration =>
+ when Iir_Kind_Architecture_Body =>
Error_Msg_Sem ("FOREIGN architectures are not yet handled", Decl);
when Iir_Kind_Procedure_Declaration
| Iir_Kind_Function_Declaration =>