spinal.core

Node

Related Doc: package core

abstract class Node extends ContextUser with ScalaLocated with SpinalTagReady with GlobalDataUser

Linear Supertypes
Known Subclasses
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 calcWidth: Int

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 checkInferedWidth: String

  7. def clone(): AnyRef

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

    Definition Classes
    ContextUser
  9. var compositeTagReady: SpinalTagReady

    Definition Classes
    SpinalTagReady
  10. val consumers: ArrayBuffer[Node]

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def getClassIdentifier: String

  16. def getScalaLocationString: String

    Definition Classes
    ScalaLocated
  17. def getScalaLocationStringShort: String

    Definition Classes
    ScalaLocated
  18. def getScalaTrace: Throwable

    Definition Classes
    ScalaLocated
  19. def getScalaTraceComplet: Array[StackTraceElement]

    Definition Classes
    ScalaLocated
  20. def getScalaTraceCompletString: String

    Definition Classes
    ScalaLocated
  21. def getScalaTraceCompletString(tab: String): String

    Definition Classes
    ScalaLocated
  22. def getScalaTraceSmart: Array[StackTraceElement]

    Definition Classes
    ScalaLocated
  23. def getScalaTraceString: String

    Definition Classes
    ScalaLocated
  24. def getScalaTraceString(tab: String): String

    Definition Classes
    ScalaLocated
  25. def getWidth: Int

  26. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def inferWidth: Boolean

  30. var inferredWidth: Int

  31. val inputs: ArrayBuffer[Node]

  32. var instanceCounter: Int

    Definition Classes
    ContextUser
  33. def isInBlackBoxTree: Boolean

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isOlderThan(that: ContextUser): Boolean

    Definition Classes
    ContextUser
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def nonRecursiveToString(): String

  38. def normalizeInputs: Unit

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. val scalaTrace: Throwable

    Definition Classes
    ScalaLocated
  42. def setInput(node: Node): Unit

  43. def simplifyNode: Unit

  44. val spinalTags: Set[SpinalTag]

    Definition Classes
    SpinalTagReady
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. var whenScope: when

    Definition Classes
    ContextUser
  51. var widthWhenNotInferred: Int

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped