[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", >

[USRP-users] RFNOC TB

2023-10-10 Thread adri96roll
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