diff options
Diffstat (limited to 'src/synth/synth-ieee-std_logic_1164.ads')
-rw-r--r-- | src/synth/synth-ieee-std_logic_1164.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-ieee-std_logic_1164.ads b/src/synth/synth-ieee-std_logic_1164.ads index a328f6dec..14309cd42 100644 --- a/src/synth/synth-ieee-std_logic_1164.ads +++ b/src/synth/synth-ieee-std_logic_1164.ads @@ -38,6 +38,7 @@ package Synth.Ieee.Std_Logic_1164 is subtype X01 is Std_Ulogic range 'X' .. '1'; -- Vector of logic state. + -- First index is the leftest. type Std_Logic_Vector is array (Natural range <>) of Std_Ulogic; type Table_1d is array (Std_Ulogic) of Std_Ulogic; |