Skip to content

Commit

Permalink
FEATURES: Add geenric aslv vector within psi common array pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitStef committed Jun 19, 2023
1 parent 9980ddf commit 16540e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hdl/psi_common_array_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ package psi_common_array_pkg is
type t_aslv48 is array (natural range <>) of std_logic_vector(47 downto 0);
type t_aslv64 is array (natural range <>) of std_logic_vector(63 downto 0);
type t_aslv512 is array (natural range <>) of std_logic_vector(511 downto 0);


type t_aslv is array (natural range <>) of std_logic_vector;
type t_ainteger is array (natural range <>) of integer;
type t_areal is array (natural range <>) of real;
type t_abool is array (natural range <>) of boolean;
Expand Down

0 comments on commit 16540e5

Please sign in to comment.