Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cocotb has deprecated Join with the message "Using task directly is prefered to Join(task) in all situations where the latter could be used.". Awaiting on task is possible in all places where cocotb-bus currently uses Join. Unfortunately the newer approach is not supported on older versions of cocotb. Accordingly two code paths have been introduced in the problematic place. It is a test for cocotb-bus itself, therefore there's no performance impact to check versions there.
- Loading branch information