chisel3.properties.Property
See theProperty companion trait
object Property
Companion object for Property.
Attributes
- Companion
- trait
- Source
- Property.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Property.type
Members list
Type members
Classlikes
Attributes
- Source
- Property.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Create a new Property based on the type T.
Create a new Property literal of type T.
def concat(operands: Property[String]*)(implicit ev: PropertyStringOps[Property[String]], sourceInfo: SourceInfo): Property[String]
Concatenate multiple string properties into a single string property.
Concatenate multiple string properties into a single string property.
Value parameters
- operands
-
the string properties to concatenate
Attributes
- Returns
-
a new string property containing the concatenation of all operands
- Source
- Property.scala
Implicits
Implicits
Attributes
- Source
- Property.scala
In this article