- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I want to access a very large std_logic array in my VHDL implementation from my Nios2 C software. For example: vhd file: type array10 is array(10 downto 0) of std_logic; type array100 is array(10 downto 0) of array10; signal s_array100 : array100; -- array I want to have access to c file: char array100[10][10]; -- points to my s_array100, values would be 0 or 1 How can I do this ? Thanks.Link Copied
0 Replies

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