You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it reports error: chisel3.internal.ChiselException: Error: Not in a UserModule. Likely cause: Missed Module() wrap, bare chisel API call, or attempting to construct hardware inside a BlackBox.
The text was updated successfully, but these errors were encountered:
hukangha
changed the title
Reinterpret io to a different bundle in PeekPokeTester
poke io as different format using bundle in PeekPokeTester
Nov 13, 2019
Hi,
I'm using peekpoketester for this case which I need to reinterpret some data io as command
and it reports error:
chisel3.internal.ChiselException: Error: Not in a UserModule. Likely cause: Missed Module() wrap, bare chisel API call, or attempting to construct hardware inside a BlackBox.
and if I use SteppedHWIOTester
... poke(c.io.rx.data.asTypeOf(dmaCommand).cmd,1) ...
it reports
key not found: chisel3.core.UInt@363
So, how do we do this ?
The text was updated successfully, but these errors were encountered: