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",
>
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",`
`i, sample_out, sample_in));`
In conc