How do you test modules with IO input port of type Vec, Bundle, or composition of these?
In other words, using PeekPokeTester
, how do you properly poke()
a port that is of type Vec, Bundle, or more complex composition of these two types? Thanks!