spinal.core

ExtractBitsVectorFloatingFromSInt

Related Doc: package core

class ExtractBitsVectorFloatingFromSInt extends ExtractBitsVectorFloating

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtractBitsVectorFloatingFromSInt
  2. ExtractBitsVectorFloating
  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 ExtractBitsVectorFloatingFromSInt()

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. var _spinalTags: Set[SpinalTag]

    Definition Classes
    SpinalTagReady
  5. def addAttribute(attribute: Attribute): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    ModifierSpinalTagReady
  6. def addAttribute(name: String, value: String): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    SpinalTagReady
  7. def addAttribute(name: String): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    SpinalTagReady
  8. def addTag(spinalTag: SpinalTag): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    SpinalTagReady
  9. def addTags(tags: Iterable[SpinalTag]): ExtractBitsVectorFloatingFromSInt.this.type

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

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean

    Definition Classes
    SpinalTagReady
  17. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]

    Definition Classes
    SpinalTagReady
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]

    Definition Classes
    SpinalTagReady
  20. def getBitCount: Int

    Definition Classes
    ExtractBitsVectorFloating
  21. def getBitVector: Node with WidthProvider

    Definition Classes
    ExtractBitsVectorFloatingExtract
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getInput(id: Int): Node

    Definition Classes
    ExtractBitsVectorFloatingNode
  24. def getInputData: Node

    Definition Classes
    ExtractBitsVectorFloatingExtract
  25. def getInputs: Iterator[Node]

    Definition Classes
    ExtractBitsVectorFloatingNode
  26. def getInputsCount: Int

    Definition Classes
    ExtractBitsVectorFloatingNode
  27. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  28. def getOffset: Node with WidthProvider

    Definition Classes
    ExtractBitsVectorFloating
  29. def getParameterNodes: List[Node]

    Definition Classes
    ExtractBitsVectorFloatingExtract
  30. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  31. def getScalaLocationShort: String

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

    Definition Classes
    SpinalTagReady
  33. def getWidth: Int

  34. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. var input: Node with WidthProvider

    Definition Classes
    ExtractBitsVectorFloating
  38. def instanceAttributes: Iterable[Attribute]

    Definition Classes
    SpinalTagReady
  39. def isEmptyOfTag: Boolean

    Definition Classes
    SpinalTagReady
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def nonRecursiveToString(): String

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

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

    Definition Classes
    AnyRef
  45. var offset: Node with WidthProvider

    Definition Classes
    ExtractBitsVectorFloating
  46. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Definition Classes
    SpinalTagReady
  47. def onEachInput(doThat: (Node) ⇒ Unit): Unit

    Definition Classes
    ExtractBitsVectorFloatingNode
  48. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    ExtractBitsVectorFloatingNode
  49. def opName: String

  50. def removeTag(spinalTag: SpinalTag): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    SpinalTagReady
  51. def removeTags(tags: Iterable[SpinalTag]): ExtractBitsVectorFloatingFromSInt.this.type

    Definition Classes
    SpinalTagReady
  52. def setInput(id: Int, node: Node): Unit

    Definition Classes
    ExtractBitsVectorFloatingNode
  53. def simplifyNode: Unit

    Definition Classes
    Node
  54. var size: Int

    Definition Classes
    ExtractBitsVectorFloating
  55. def spinalTags: Set[SpinalTag]

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtractBitsVectorFloating

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