Tool/software: TI-RTOS
Hi
I have a customized board that contained FPGA and DSP. I want to send data from FPGA to DSP by SRIO.
I want to FPGA write data in DSP memory. After I studied " sprugw1b.pdf " I decided to use DIO and I run
" C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects\SRIO_LoopbackDioIsrexampleproject " examples.
According to " sprugw1b.pdf " page 63 if packet type is NREAD, NWRITE ..., DSP is in DIO operation mode in
other words when FPGA send packets including SWRITE,NREAD, NWRITE, DSP received DIO packets.
Q 1:
Which field of header in FPGA is responsible for DSP memory map address?
I studied " pg007.pdf " in page 168 describe the packet format as below.
Q 2:
Which field of frame determine the DSP memory address in the figure 2-11 in " sprugw1b.pdf " as below?
Q 3:
Why " WrPtr " is one byte?
Best Regards