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 assumptions made by the testbench so an assertion is failing. You'll
have to look at what is failing and understand the root cause to take
appropriate steps to fix it. You can add or remove the assert statements as
needed to do whatever checking is required for your application.

Wade

On Fri, Nov 3, 2023 at 6:49 AM <adri96r...@gmail.com> wrote:

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

Reply via email to