AXI stream needs documentation update

Hi,

On page 1:
the second example states :AXISTERAM_VVCT which should be AXISTREAM_VVCT

> axistream_transmit(AXISTREAM_VVCT, 0, v_data_array(0 to v_numBytes-1), v_user_array(0 to v_numWords-1), “ Send a ‘v_numBytes’ byte packet to DUT”);
> axistream_transmit(AXISTERAM_VVCT, 0, v_data_array(0 to v_numBytes-1)(31 downto 0), v_user_array(0 to v_numWords-1), “Send a ‘4 x v_numBytes’ byte packet to DUT”);

On page 3, GC_USER_WIDTH, GC_ID_WIDTH and GC_DEST_WIDTH have a Note 2, that refers to Section 5. I guess this should be Section 7

Rgds,
Eric

Hi Eric,

Thank you, I will add this to our issue tracker.

Br,
Marius