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
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 = {}
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
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
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",
>