diff options
Diffstat (limited to 'src/grt/grt-std_logic_1164.ads')
-rw-r--r-- | src/grt/grt-std_logic_1164.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-std_logic_1164.ads b/src/grt/grt-std_logic_1164.ads index 4d1569553..b3b5d293c 100644 --- a/src/grt/grt-std_logic_1164.ads +++ b/src/grt/grt-std_logic_1164.ads @@ -26,7 +26,7 @@ with Grt.Types; use Grt.Types; package Grt.Std_Logic_1164 is - type Std_Ulogic is ('U', 'X', '0', '1', 'Z', 'W','L', 'H', '-'); + type Std_Ulogic is ('U', 'X', '0', '1', 'Z', 'W', 'L', 'H', '-'); type Stdlogic_Table_2d is array (Std_Ulogic, Std_Ulogic) of Std_Ulogic; type Stdlogic_Table_1d is array (Std_Ulogic) of Std_Ulogic; |