Skip to content
Behrad Niazmand edited this page Nov 16, 2017 · 3 revisions

The parity bit is calculated by the NI and the processor has no control over it.

Flit type is generated by the NI and process has no control over it.

header_flit

SOURCE ADDRESS is added automatically by the NI (the processor has no control over it)

DESTINATION ADDRESS is writen in the first write by the PE in FIFO_Data_out(13 downto 0)

body_1_flit

PACEKT ID is determined and added by the NI (the processor has no control over it)

PACKET LENGTH is written in the 2nd write by PE in FIFO_Data_out(27 downto 14)

other_body_flit

PAYLOAD DATA is written by the PE in FIFO_Data_out(27 downto 0)

header_flit

PAYLOAD DATA is written by the PE in FIFO_Data_out(27 downto 0)

Clone this wiki locally