ClassInstanceOps

chisel3.properties.Class.ClassInstanceOps
implicit class ClassInstanceOps[T <: Class](instance: Instance[T])

Attributes

Source
Class.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Get a reference to an Instance[Class] as a Property[ClassType] property type.

Get a reference to an Instance[Class] as a Property[ClassType] property type.

This method allows Instances of Classes to be safely connected to Property[ClassType] ports, so the references can be passed through the hierarchy.

Attributes

Source
Class.scala