Skip to content
Snippets Groups Projects
Commit 70d902c7 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Add t_natural_matrix

parent 31e6b575
No related branches found
No related tags found
1 merge request!357Move func_sdp_bdo_cep_hdr_field_sel_dest() from sdp_bdo_pkg to...
This commit is part of merge request !357. Comments created here will be created in the context of that merge request.
......@@ -131,6 +131,7 @@ package common_pkg is
constant c_nat_boolean_arr : t_nat_boolean_arr := (true, false); -- array the two possible boolean values that can be iterated over
type t_integer_matrix is array (integer range <>, integer range <>) of integer;
type t_natural_matrix is array (integer range <>, integer range <>) of natural;
type t_boolean_matrix is array (integer range <>, integer range <>) of boolean;
type t_sl_matrix is array (integer range <>, integer range <>) of std_logic;
type t_slv_8_matrix is array (integer range <>, integer range <>) of std_logic_vector(7 downto 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment