Re: [USRP-users] Vivado Simulation not returning to testbench after a certain time

2018-12-31 Thread Andrew Danowitz via USRP-users
Okay, I think I figured this one out. It seems like the queue structure used to hold the payload for each packet wasn't getting properly deleted/reinitialized between loop runs, so the queue got bigger with each packet run until it became too big for xsim to handle leading to a freeze. To fix, I ma

[USRP-users] Vivado Simulation not returning to testbench after a certain time

2018-12-21 Thread Andrew Danowitz via USRP-users
Hi all, I'm trying to run a Vivado simulation to run 2mb of pre-recorded data through an RFNOC IP block. I've modified the testbench created by rfnocmodtool for this purpose. After sending about 5-10k data samples and recording the results, the Vivado flow seems to ignore future testbench commands