spinal.core

ExtractBitsVectorFixed

Related Doc: package core

abstract class ExtractBitsVectorFixed extends Extract with WidthProvider with CheckWidth

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractBitsVectorFixed
  2. CheckWidth
  3. WidthProvider
  4. Extract
  5. Modifier
  6. Node
  7. SpinalTagReady
  8. ScalaLocated
  9. ContextUser
  10. GlobalDataUser
  11. AnyRef
  12. 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 checkHiLo: Unit

  7. def checkInferedWidth: String

    Definition Classes
    ExtractBitsVectorFixedCheckWidth
  8. def clone(): AnyRef

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

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

    Definition Classes
    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. def getBitVector: Node with WidthProvider

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

    Definition Classes
    AnyRef → Any
  16. def getHi: Int

  17. def getInput(id: Int): Node

    Definition Classes
    ExtractBitsVectorFixedNode
  18. def getInputData: Node

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

    Definition Classes
    ExtractBitsVectorFixedNode
  20. def getInputsCount: Int

    Definition Classes
    ExtractBitsVectorFixedNode
  21. def getLo: Int

  22. def getParameterNodes: List[Node]

    Definition Classes
    ExtractBitsVectorFixedExtract
  23. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  24. def getScalaLocationShort: String

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

    Definition Classes
    SpinalTagReady
  26. def getWidth: Int

    Definition Classes
    ExtractBitsVectorFixedWidthProvider
  27. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. var hi: Int

  31. var input: Node with WidthProvider

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. var lo: Int

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

    Definition Classes
    AnyRef
  35. def nonRecursiveToString(): String

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

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

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

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

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

    Definition Classes
    ExtractBitsVectorFixedNode
  41. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CheckWidth

Inherited from WidthProvider

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