Type

chisel3.properties.ClassType.Type
See theType companion object
sealed trait Type

A tag type representing an instance of this ClassType

This can be used to create a Property IOs

 val cls = ClassType("foobar")
 val io = IO(Property[cls.Type]())

 io :#= cls.unsafeGetReferenceType

Attributes

Companion
object
Source
Class.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article