aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/sim_be.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-07-19 12:28:29 +0200
committerTristan Gingold <tgingold@free.fr>2014-07-19 12:28:29 +0200
commitbe1cda652b00ebfe4a9b4ca4e3cda2106586e739 (patch)
tree27fc03ae0baf8ea868778735e5a578346b9077cf /simulate/sim_be.adb
parent4168dec01d69b644c59858be3af8d56b055fbbc2 (diff)
downloadghdl-be1cda652b00ebfe4a9b4ca4e3cda2106586e739.tar.gz
ghdl-be1cda652b00ebfe4a9b4ca4e3cda2106586e739.tar.bz2
ghdl-be1cda652b00ebfe4a9b4ca4e3cda2106586e739.zip
Replace architecture_declaration by architecture_body to follow lrm.
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