- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi every body
can i declare a 2D array as following ?type dataout is array (6 downto 0,11 downto 0) of std_logic_vector(7 downto 0);
i guess this is a 3D array not 2D. so how i can have a 2d array of std_logic_vector? thank u
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you can declare it, its fine.
That is an array - its a 2d array type of a 1d array type. (its not a 3d array).
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page