chisel3.properties.PropertyType
PropertyType defines a typeclass for valid Property types.
Typeclass instances will be defined for Scala types that can be used as properties. This includes builtin Scala types as well as types defined in Chisel.
Attributes
Source
Property.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
The property type coreesponding to T. This is the type parameter of the property returned by Property.apply
The property type coreesponding to T. This is the type parameter of the property returned by Property.apply
Attributes
Source
Property.scala
Internal representation of T. This is the value that gets stored and bound in PropertyLit values
Internal representation of T. This is the value that gets stored and bound in PropertyLit values
Attributes
Source
Property.scala
Get convert from the underlying representation to firrtl expression
Get convert from the underlying representation to firrtl expression
Attributes
Source
Property.scala
Get convert from the raw type T to this type's internal, underlying representation
Get convert from the raw type T to this type's internal, underlying representation
Attributes
Source
Property.scala
Get the IR PropertyType for this PropertyType.
Get the IR PropertyType for this PropertyType.
Attributes
Source
Property.scala