ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 89 forks source link

Will OrderedDecoupledHWIOTester insert bubble for the output.ready signal? #715

Open songmaotian opened 8 years ago

songmaotian commented 8 years ago

Hello, I am using the OrderedDecoupledHWIOTester for testing, I check the wavform, it seems the output.ready signal maintain high, Is it possible to insert random bubble for the signal, so that the test will be much better

chick commented 8 years ago

Is it possible to provide some example code here?

songmaotian commented 8 years ago

There's a example in src/test/scala/DecoupledGCD.scala