[USRP-users] Re: RFNOC TB

2023-11-05 Thread adri96roll
Sorry, my mistake. I emptied the send_samples before sending it. Now it is working. Thanks! ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: RFNOC TB

2023-11-05 Thread adri96roll
Hi, Sorry to bother again. I have tried the next code but vivado freezes when it reaches recv_items. What i want is to read the file and send every time i have a packet of 64. The txt file is something like this: 69 58 \-53 268 … `FILE=$fopen("input.txt","r");` `send_samples = {}

[USRP-users] Re: RFNOC TB

2023-11-03 Thread Wade Fife
You would need to replace the code that writes to the DUT with code that reads from your file and writes your data instead. Similarly for the output, replace the code that checks the output with your own code to check the output and/or write it to a file. My guess is that your changes broke some as

[USRP-users] Re: RFNOC TB

2023-11-03 Thread adri96roll
How can i do that? i have tried to read a file in the process but the simulation failed. Can you give me some advice? Thanks in advance ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettu

[USRP-users] Re: RFNOC TB

2023-10-10 Thread Wade Fife
Yes, you can do that. Wade On Tue, Oct 10, 2023 at 7:19 AM wrote: > Hi every one, > > > I would like to use the rfnoc testbench but with my own signals and remove > this condition: > > > `ASSERT_ERROR( > > sample_out == sample_in, > > $sformatf("Sample %4d, received 0x%08X, expected 0x%08X", >