chisel3.properties.ClassType.Type
See theType companion object
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 Objecttrait Matchableclass Any
In this article