Hi,
Thanks for this interesting project! :)
I'm trying to run make test_tpu but somehow it gets stuck on third trigger check of await FallingEdge(dut.vpu_valid_out_1) on line 366 because vpu_valid_out_1 will never triggers. If I change that to vpu_valid_out_2 it will pass but I don't think the results are ok...
Do you have any insights what could be the problem?
I am using Fedora Linux, iverilog version 12.0 and cocotb version 2.0.1.
Hi,
Thanks for this interesting project! :)
I'm trying to run
make test_tpubut somehow it gets stuck on third trigger check ofawait FallingEdge(dut.vpu_valid_out_1)on line 366 because vpu_valid_out_1 will never triggers. If I change that tovpu_valid_out_2it will pass but I don't think the results are ok...Do you have any insights what could be the problem?
I am using Fedora Linux, iverilog version 12.0 and cocotb version 2.0.1.