aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/sim_be.adb
diff options
context:
space:
mode:
Diffstat (limited to 'simulate/sim_be.adb')
-rw-r--r--simulate/sim_be.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/sim_be.adb b/simulate/sim_be.adb
index 6474831be..49a146879 100644
--- a/simulate/sim_be.adb
+++ b/simulate/sim_be.adb
@@ -78,7 +78,7 @@ package body Sim_Be is
end if;
if Flags.Flag_Elaborate then
- if Get_Kind (Lib_Unit) = Iir_Kind_Architecture_Declaration then
+ if Get_Kind (Lib_Unit) = Iir_Kind_Architecture_Body then
declare
Config : Iir_Design_Unit;
begin