Property

chisel3.properties.Property
See theProperty companion trait
object Property

Companion object for Property.

Attributes

Companion
trait
Source
Property.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Property.type

Members list

Type members

Classlikes

implicit class ClassTypePropertyOps(prop: Property[ClassType])

Attributes

Source
Property.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T]()(implicit tpe: PropertyType[T]): Property[tpe.Type]

Create a new Property based on the type T.

Create a new Property based on the type T.

Attributes

Source
Property.scala
def apply[T](lit: T)(implicit tpe: PropertyType[T], info: SourceInfo): Property[tpe.Type]

Create a new Property literal of type T.

Create a new Property literal of type T.

Attributes

Source
Property.scala

Implicits

Implicits

Attributes

Source
Property.scala