Chisel

Node

object Node

Source
Node.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fixWidth(w: ⇒ Int): (⇒ Node) ⇒ Width

    w

    the bit width to set for this node

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def lshWidthOf(i: ⇒ Int, n: ⇒ Node): (⇒ Node) ⇒ Width

    Get the width of a node after a left shift

    Get the width of a node after a left shift

    i

    amount to shift by

    n

    the node that is being shifted

    returns

    A width function for the node

  16. def maxWidth(m: ⇒ Node): Width

    Compute the maximum width required for a node

    Compute the maximum width required for a node

    m

    the node to get the max width for

    returns

    the max width required for the node based on its inputs

  17. def maxWidthPlusOne(m: ⇒ Node): Width

    Compute the maximum width required for a node + 1

    Compute the maximum width required for a node + 1

    m

    the node to get the max width + 1 for

    returns

    the max width + 1 required for the node based on its inputs

  18. def minWidth(m: ⇒ Node): Width

    Compute the minimum width allowed for the node

    Compute the minimum width allowed for the node

    m

    the node to get the min width for

    returns

    the minimum width of all input nodes

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def rshWidthOf(i: ⇒ Int, n: ⇒ Node): (⇒ Node) ⇒ Width

    Get the width of a node after a right shift

    Get the width of a node after a right shift

    i

    amount to shift by

    n

    the node that is being shifted

    returns

    A width function for the node

  23. def sprintf(message: String, args: Node*): Bits

    print a message to stdout in c style printf

    print a message to stdout in c style printf

    message

    A string with c like chars in it (%d, %x etc)

    args

    Nodes whos values to fetch to print

  24. def sumWidth(m: ⇒ Node): Width

    Compute the sum of the width for all inputs for a node

    Compute the sum of the width for all inputs for a node

    m

    the node to sum the width of

    returns

    the max width + 1 required for the node based on its inputs

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def widthOf(i: ⇒ Int): (⇒ Node) ⇒ Width

    i

    an integer to convert to bits

    returns

    the number of bits needed to express the integer

Inherited from AnyRef

Inherited from Any

Ungrouped