object Builder
Helps us construct well typed low-ish firrtl. Some of these convenience functions could be moved to firrtl at some point.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Builder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(a: Expression, b: Expression): Expression
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findClock(mod: Module, logger: Logger): Option[RefLikeExpression]
- def findClock(m: Module): RefLikeExpression
Fails if there isn't exactly one Clock input
- def findClocks(m: Module): Seq[RefLikeExpression]
- def findResets(m: Module): Seq[RefLikeExpression]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getKind(ref: RefLikeExpression): Kind
- def getWidth(tpe: Type): BigInt
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isAsyncReset(reset: Expression): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeRegister(stmts: ListBuffer[Statement], info: Info, name: String, tpe: Type, clock: Expression, next: Expression, reset: Expression = Utils.False(), init: Option[Expression] = None): Reference
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def pad(e: Expression, to: BigInt): Expression
- def reduceAnd(e: Expression): Expression
- def refToTarget(module: IsModule, ref: RefLikeExpression): ReferenceTarget
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withWidth(tpe: Type, width: BigInt): Type
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)