Skip to content

Commit

Permalink
adding StringArray type
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 1, 2024
1 parent eb79be8 commit e74a7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/general/rtl/StdRtlPkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ package StdRtlPkg is
type RealArray is array (natural range <>) of real;
type TimeArray is array (natural range <>) of time;
type BooleanArray is array (natural range <>) of boolean;
type StringArray is array (natural range <>) of string;

-- Declare vector arrays of built in types
--type SlvVectorArray is array (natural range<>, natural range<>) of slv; -- not supported in VCS yet (14APRIL2014 -- LLR)
Expand Down

0 comments on commit e74a7bb

Please sign in to comment.