Function Procedure Package
Function Procedure Package
use IEEE.std_logic_1164.all;
use IEEE.std_logic_textio.all;
use IEEE.std_logic_arith.all;
use IEEE.numeric_bit.all;
use IEEE.numeric_std.all;
use IEEE.std_logic_signed.all;
use IEEE.std_logic_unsigned.all;
use IEEE.math_real.all;
use IEEE.math_complex.all;
library STD;
use STD.textio;
Attributes
T'LEFT
is the leftmost value of type T.
(Largest if downto)
T'RIGHT
is the rightmost value of type T.
(Smallest if downto)
T'HIGH
T'LOW
Function/Procedure/Package