CDefMPort

firrtl.CDefMPort
case class CDefMPort(info: Info, name: String, tpe: Type, mem: String, exps: Seq[Expression], direction: MPortDir) extends Statement, HasInfo

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
WIR.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasInfo
class Statement
class FirrtlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def foreachExpr(f: Expression => Unit): Unit

Attributes

Source
WIR.scala
def foreachInfo(f: Info => Unit): Unit

Attributes

Source
WIR.scala
def foreachStmt(f: Statement => Unit): Unit

Attributes

Source
WIR.scala
def foreachString(f: String => Unit): Unit

Attributes

Source
WIR.scala
def foreachType(f: Type => Unit): Unit

Attributes

Source
WIR.scala

Attributes

Source
WIR.scala
def mapInfo(f: Info => Info): Statement

Attributes

Source
WIR.scala

Attributes

Source
WIR.scala
def mapString(f: String => String): Statement

Attributes

Source
WIR.scala
def mapType(f: Type => Type): Statement

Attributes

Source
WIR.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Attributes

Inherited from:
UseSerializer (hidden)
Source
IR.scala