nickg / nvc

VHDL compiler and simulator
https://www.nickg.me.uk/nvc/
GNU General Public License v3.0
589 stars 75 forks source link

cocotb stop working #857

Closed scolabirra closed 3 months ago

scolabirra commented 3 months ago

I recently update to the latest development commit and my testbench in cocotb doesn't work anymore. The error that I get is:

4225.00ns ERROR cocotb.scheduler Failing test at simulator request before test run completion: Simulator shut down prematurely

I did some regression and the issue appeared with commit b52c5763 . Versions before this commit doesn't shown the issue. I looked at the VHPI debug information but there is no difference between versions.

nickg commented 3 months ago

I did some regression and the issue appeared with commit b52c576 . Versions before this commit doesn't shown the issue.

I fixed the regression introduced by this commit, thanks for tracking it down. Could you test again?

However I also just ran the cocotb test suite and noticed there were still a few failures which I need to investigate.

scolabirra commented 3 months ago

All my tests work again, I don't see any failure. Thanks for fixing it.

nickg commented 3 months ago

All the cocotb regression tests are passing now.