diff options
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 a0b9ae8..4377ffd 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, |