spinal.core

Node

Related Docs: object Node | package core

abstract class Node extends ContextUser with ScalaLocated with SpinalTagReady with GlobalDataUser

Linear Supertypes
Known Subclasses
Add, Add, Add, And, And, And, And, And, AssignementNode, BaseType, BinaryOperator, BitAssignmentFixed, BitAssignmentFloating, BitVector, Bits, BitsAllToLiteral, BitsLiteral, Bool, BoolLiteral, CaseNode, Cast, CastBitsToEnum, CastBitsToSInt, CastBitsToUInt, CastBoolToBits, CastEnumToBits, CastEnumToEnum, CastSIntToBits, CastSIntToUInt, CastUIntToBits, CastUIntToSInt, Cat, ConstantOperator, Div, Div, Div, DontCareNode, DontCareNodeFixed, DontCareNodeInfered, EnumLiteral, Equal, Equal, Equal, Equal, Equal, Equal, Extract, ExtractBitsVectorFixed, ExtractBitsVectorFixedFromBits, ExtractBitsVectorFixedFromSInt, ExtractBitsVectorFixedFromUInt, ExtractBitsVectorFloating, ExtractBitsVectorFloatingFromBits, ExtractBitsVectorFloatingFromSInt, ExtractBitsVectorFloatingFromUInt, ExtractBoolFixed, ExtractBoolFixedFromBits, ExtractBoolFixedFromSInt, ExtractBoolFixedFromUInt, ExtractBoolFloating, ExtractBoolFloatingFromBits, ExtractBoolFloatingFromSInt, ExtractBoolFloatingFromUInt, Literal, Mem, MemReadAsync, MemReadSync, MemWrite, MemWriteOrRead_readPart, MemWriteOrRead_writePart, Minus, Mod, Mod, Mod, Modifier, Mul, Mul, Mul, MultipleAssignmentNode, Multiplexer, MultiplexerBits, MultiplexerBool, MultiplexerEnum, MultiplexerSInt, MultiplexerUInt, NodeWithVariableInputsCount, NodeWithoutInputs, NoneNode, Not, Not, Not, Not, NotEqual, NotEqual, NotEqual, NotEqual, NotEqual, NotEqual, Operator, Or, Or, Or, Or, Or, RangedAssignmentFixed, RangedAssignmentFloating, Reg, Resize, ResizeBits, ResizeSInt, ResizeUInt, RotateLeftByUInt, RotateLeftByUInt, SInt, ShiftLeftByInt, ShiftLeftByInt, ShiftLeftByInt, ShiftLeftByInt, ShiftLeftByUInt, ShiftLeftByUInt, ShiftLeftByUInt, ShiftLeftByUInt, ShiftRightByInt, ShiftRightByInt, ShiftRightByInt, ShiftRightByInt, ShiftRightByUInt, ShiftRightByUInt, ShiftRightByUInt, ShiftRightByUInt, Smaller, Smaller, SmallerOrEqual, SmallerOrEqual, SpinalEnumCraft, Sub, Sub, Sub, SwitchNode, SyncNode, UInt, UnaryOperator, WhenNode, Xor, Xor, Xor, Xor, Xor
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Node
  2. SpinalTagReady
  3. ScalaLocated
  4. ContextUser
  5. GlobalDataUser
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Node()

Abstract Value Members

  1. abstract def getInput(id: Int): Node

  2. abstract def getInputs: Iterator[Node]

  3. abstract def getInputsCount: Int

  4. abstract def onEachInput(doThat: (Node) ⇒ Unit): Unit

  5. abstract def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

  6. abstract def setInput(id: Int, node: Node): Unit

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def addTag(spinalTag: SpinalTag): Node.this.type

    Definition Classes
    SpinalTagReady
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var component: Component

    Definition Classes
    ContextUser
  8. val consumers: ArrayBuffer[Node]

  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  14. def getWidth: Int

  15. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  16. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  17. def hashCode(): Int

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

    Definition Classes
    Any
  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 simplifyNode: Unit

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped