spinal.core

ExtractBitsVectorFixedFromUInt

Related Doc: package core

class ExtractBitsVectorFixedFromUInt extends ExtractBitsVectorFixed

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

Instance Constructors

  1. new ExtractBitsVectorFixedFromUInt()

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): ExtractBitsVectorFixedFromUInt.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

    Definition Classes
    ExtractBitsVectorFixed
  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

    Definition Classes
    ExtractBitsVectorFixed
  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

    Definition Classes
    ExtractBitsVectorFixed
  23. def getParameterNodes: List[Node]

    Definition Classes
    ExtractBitsVectorFixedExtract
  24. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  25. def getScalaLocationShort: String

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

    Definition Classes
    SpinalTagReady
  27. def getWidth: Int

    Definition Classes
    Node
  28. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. var hi: Int

    Definition Classes
    ExtractBitsVectorFixed
  32. var input: Node

    Definition Classes
    ExtractBitsVectorFixed
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. var lo: Int

    Definition Classes
    ExtractBitsVectorFixed
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. def nonRecursiveToString(): String

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

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

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

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

    Definition Classes
    ExtractBitsVectorFixedNode
  41. def opName: String

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

    Definition Classes
    ExtractBitsVectorFixedNode
  43. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtractBitsVectorFixed

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