PropExpr
firrtl.ir.PropExpr
case class PropExpr(info: Info, tpe: Type, op: PropPrimOp, args: Seq[Expression]) extends Expression
Property expressions.
Unlike other primitives, Property expressions serialize as a tree directly in their rvalue context.
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- IR.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Expressionclass FirrtlNodeclass Objecttrait Matchableclass Any
Members list
In this article