We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Scala Boolean may be converted to Chisel Bool as follows:
val thisIsScala : Boolean val thisIsChisel = Bool(thisIsScala)
Example usage in Rocket Chip
List of pages