chisel-bootcamp
chisel-bootcamp copied to clipboard
plz Add Example: case object extends abstract class with type parameters
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]