spinal.core

ExtractBitsVectorFixed

Related Doc: package core

abstract class ExtractBitsVectorFixed extends Extract

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractBitsVectorFixed
  2. Extract
  3. Modifier
  4. Node
  5. SpinalTagReady
  6. ScalaLocated
  7. ContextUser
  8. GlobalDataUser
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtractBitsVectorFixed()

Abstract Value Members

  1. abstract def opName: String

    Definition Classes
    Modifier

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): ExtractBitsVectorFixed.this.type

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

    Definition Classes
    Any
  6. def calcWidth: Int

    Definition Classes
    ExtractBitsVectorFixedNode
  7. def checkHiLo: Unit

  8. def checkInferedWidth: String

    Definition Classes
    ExtractBitsVectorFixedNode
  9. def clone(): AnyRef

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

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

    Definition Classes
    Node
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getBitVector: Node

    Definition Classes
    ExtractBitsVectorFixedExtract
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getHi: Int

  18. def getInput(id: Int): Node

    Definition Classes
    ExtractBitsVectorFixedNode
  19. def getInputData: Node

    Definition Classes
    ExtractBitsVectorFixedExtract
  20. def getInputs: Iterator[Node]

    Definition Classes
    ExtractBitsVectorFixedNode
  21. def getInputsCount: Int

    Definition Classes
    ExtractBitsVectorFixedNode
  22. def getLo: Int

  23. def getParameterNodes: List[Node]

    Definition Classes
    ExtractBitsVectorFixedExtract
  24. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  25. def getWidth: Int

    Definition Classes
    Node
  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. var hi: Int

  30. var input: Node

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. var lo: Int

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

    Definition Classes
    AnyRef
  34. def nonRecursiveToString(): String

    Definition Classes
    ModifierNode
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def onEachInput(doThat: (Node) ⇒ Unit): Unit

    Definition Classes
    ExtractBitsVectorFixedNode
  38. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    ExtractBitsVectorFixedNode
  39. def setInput(id: Int, node: Node): Unit

    Definition Classes
    ExtractBitsVectorFixedNode
  40. def simplifyNode: Unit

    Definition Classes
    Node
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Extract

Inherited from Modifier

Inherited from Node

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped