Forgive me, I'm new to Chisel, so this could be user error.
I am struggling to get testing to work. I get tons of warnings that look like this:
WARNING: external module "AsyncResetReg"(tl.commandFifo.sink.ridx_gray:AsyncResetReg)was not matched with an implementation
For this test, I have both enq_clock and deq_clock driven with the same clock (and both resets are the same reset). When I run tests, for some reason, io.enq.ready never goes high. I am using the default testing backend (not verilator).
Is there something I need to do to get this to work with PeekPokeTester ?
Forgive me, I'm new to Chisel, so this could be user error.
I am struggling to get testing to work. I get tons of warnings that look like this:
For this test, I have both enq_clock and deq_clock driven with the same clock (and both resets are the same reset). When I run tests, for some reason,
io.enq.readynever goes high. I am using the default testing backend (not verilator).Is there something I need to do to get this to work with
PeekPokeTester?