Package: ResizePkg
- File: ResizePkg.vhd
Functions
- Extend (A: std_logic_vector;
Size : natural) return std_logic_vector
- Reduce (A: std_logic_vector;
Size : natural) return std_logic_vector
- ToTransaction (A : std_logic_vector) return std_logic_vector_max_c
- ToTransaction (A : integer;
Size : natural) return std_logic_vector_max_c
- FromTransaction (A: std_logic_vector_max_c) return std_logic_vector
- FromTransaction (A: std_logic_vector_max_c) return integer
- ToTransaction (A : std_logic_vector) return std_logic_vector_max
Description
ToTransaction and FromTransaction for _max provided to support a
common methodology, conversions are not needed
- ToTransaction (A : integer;
Size : natural) return std_logic_vector_max
- FromTransaction (A: std_logic_vector_max) return std_logic_vector
- FromTransaction (A: std_logic_vector_max) return integer