Packages

c

firrtl.ir

PropExpr

case class PropExpr(info: Info, tpe: Type, op: PropPrimOp, args: Seq[Expression]) extends Expression with UseSerializer with Product with Serializable

Property expressions.

Unlike other primitives, Property expressions serialize as a tree directly in their rvalue context.

Annotations
@deprecated
Deprecated

(Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Source
IR.scala
Linear Supertypes
Serializable, Product, Equals, UseSerializer, Expression, FirrtlNode, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropExpr
  2. Serializable
  3. Product
  4. Equals
  5. UseSerializer
  6. Expression
  7. FirrtlNode
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PropExpr(info: Info, tpe: Type, op: PropPrimOp, args: Seq[Expression])

Value Members

  1. val args: Seq[Expression]
  2. val info: Info
  3. val op: PropPrimOp
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def serialize: String
    Definition Classes
    PropExpr → UseSerializer → FirrtlNode
  6. val tpe: Type
    Definition Classes
    PropExprExpression