chisel2-deprecated icon indicating copy to clipboard operation
chisel2-deprecated copied to clipboard

DecoupledIO.fire() emits erroneous Verilog

Open yunsup opened this issue 11 years ago • 1 comments

Look at "FIXME Chisel" in https://github.com/ucb-bar/hwacha/blob/5cad463d5e4aee2271c7e31d68d683c397300caf/src/main/scala/vmu.scala.

I had to use the actual ready signal coming out of a children's module rather than doing vvaq.io.deq.fire() or vpaq.io.enq.fire().

yunsup avatar Feb 24 '14 18:02 yunsup

check to see if this is still broken (i.e., tighten cross module reference checks).

jackbackrack avatar Mar 13 '14 21:03 jackbackrack