chisel-bootcamp icon indicating copy to clipboard operation
chisel-bootcamp copied to clipboard

plz Add Example: case object extends abstract class with type parameters

Open muhammadali201 opened this issue 6 years ago • 0 comments

I have seen coding examples when a case object extends abstract class. Can you please explain what happens behind the scenes of such construct. like following line from midas repo.

case object AXIDebugPrint extends Field[Boolean]

muhammadali201 avatar Feb 03 '19 12:02 muhammadali201