[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 I control when to 
start writing data to memory and when to start reading it? I have checked the 
registers in case it could be controlled from there like the replay block that 
has two registers to start reading and another one to do a restart but I 
haven't seen anything like that.

I hope you can help me. Thank you very much in advance
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com


[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 test it it doesn't pull any 
data. I guess I would have to maybe also the context part or I don't know. I 
hope you can help me.

Thanks in advance
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com


[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-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com