Packages

case class Mux(cond: Expression, tval: Expression, fval: Expression, tpe: Type = UnknownType) extends Expression with UseSerializer with Product with Serializable

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. Mux
  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 Mux(cond: Expression, tval: Expression, fval: Expression, tpe: Type = UnknownType)

Value Members

  1. val cond: Expression
  2. val fval: Expression
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def serialize: String
    Definition Classes
    UseSerializer → FirrtlNode
  5. val tpe: Type
    Definition Classes
    MuxExpression
  6. val tval: Expression