chisel icon indicating copy to clipboard operation
chisel copied to clipboard

node requested directionality on 'FlitTypes' must be hardware, not a bare Chisel type. Perhaps you forgot to wrap it in Wire(_) or IO(_)?

Open TDppy opened this issue 11 months ago • 1 comments

Bug Report:

I want to test Queue API,and I define the element of queue called "Flit". When I poke value to flit_type(which is a ChiselEnum type),chisel report error. So how can I poke value to ChiselEnum type?or choose another plan to achieve that? image

My Environment: image

TDppy avatar Mar 12 '24 02:03 TDppy

detailed error report: image

TDppy avatar Mar 12 '24 02:03 TDppy