Does OrderedDecoupledHWIOTester
support testing a DUT that has two or more decoupled input ports?
For example, is there any way to express something like:
inputEvent(decoupledPort1.bits <- 10)
inputEvent(decoupledPort2.bits <- 11)
to create two series of values gated concurrently into these two ports?