Example 11-30. internal memory – Altera Mentor Verification IP Altera Edition AMBA AXI3/4TM User Manual

Page 658

Advertising
background image

Mentor VIP AE AXI3/4 User Guide, V10.2b

638

VHDL Tutorials
Verifying a Master DUT

September 2013

Example 11-30. Internal Memory

type memory_t is array (0 to 2**16-1) of std_logic_vector(7 downto 0);
shared variable mem : memory_t;

Advertising