[USRP-users] AXI_RAM_FIFO Controller

2022-08-18 Thread adrian . campos
I am making a custom block which has to start storing data to be read later, in other words store the data in a FIFO. I am interested in using the RAM provided by the E320 so I want to take advantage of the axi_ram_fifo code. However, I don't really understand the control of that block, how can

[USRP-users] M_Payload to S_Payload

2023-07-08 Thread adrian . campos
Hi every one, When i created a new rfnoc, always the m_in_payload_ready is assigned by s_out_payload_valid. However, i want to separeted this. I want to get data at a different rate. To do this I created an FPGA that controls the ready and validation of s_payload like the m_ready but when I te

[USRP-users] Re: M_Payload to S_Payload

2023-07-10 Thread adrian . campos
Sorry, not FPGA, a FIFO. Now, I have changed that for the axi_fifo to check. The connections are: Input payload -> Axi_fifo -> Output payload. However, I don't get the same data at input and output. Also, it seems that the output is repeated. ___ USRP-