chisel3.properties.ClassType
See theClassType companion object
Represent a Class type for referencing a Class in a Property[ClassType]
Attributes
-
Companion
-
object
-
Source
-
Class.scala
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
-
Self type
-
Members list
Attributes
-
Companion
-
trait
-
Source
-
Class.scala
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
A tag type representing an instance of this ClassType
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
-
Supertypes
-
class Object
trait Matchable
class Any
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product