diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-09-05 06:05:19 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-09-05 06:05:19 +0200 |
commit | fe6ff5794545ce9f7d00985b55cf9d5b18725ea0 (patch) | |
tree | 9a61d61c8981ac292c27a94a2cf5c9aa1bf62143 /simulate/annotations.adb | |
parent | 6d8c5299f20b4cd8f1e049f7eea454c00a3102b7 (diff) | |
download | ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.gz ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.tar.bz2 ghdl-fe6ff5794545ce9f7d00985b55cf9d5b18725ea0.zip |
First run (using mcode) of OSVVM_2014_01.
Diffstat (limited to 'simulate/annotations.adb')
-rw-r--r-- | simulate/annotations.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulate/annotations.adb b/simulate/annotations.adb index a0b9ae8f5..4377ffd1f 100644 --- a/simulate/annotations.adb +++ b/simulate/annotations.adb @@ -297,7 +297,7 @@ package body Annotations is then Set_Info (Def, new Sim_Info_Type'(Kind => Kind_Scalar_Type, - Scalar_Mode => Iir_Value_B2)); + Scalar_Mode => Iir_Value_B1)); else Set_Info (Def, new Sim_Info_Type'(Kind => Kind_Scalar_Type, |