chisel3.properties.Class
See theClass companion class
object Class
Attributes
- Companion
- class
- Source
- Class.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Class.type
Members list
Type members
Classlikes
Attributes
- Source
- Class.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- Class.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Helper to create a DynamicObject for a Class of a given name.
Helper to create a DynamicObject for a Class of a given name.
WARNING: It is the caller's resonsibility to ensure the Class exists, this is not checked automatically.
Attributes
- Source
- Class.scala
Helper to create a Property[ClassType] type for a Class of a given name.
Helper to create a Property[ClassType] type for a Class of a given name.
This is useful when a Property[ClassType] type is needed but the class does not yet exist or is not available.
WARNING: It is the caller's resonsibility to ensure the Class exists, this is not checked automatically.
Attributes
- Source
- Class.scala
Implicits
In this article