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 getInputs: Iterator[Node]

    Definition Classes
    ExtractBitsVectorFloatingNode
  25. def getInputsCount: Int

    Definition Classes
    ExtractBitsVectorFloatingNode
  26. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  27. def getOffset: Node with WidthProvider

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

    Definition Classes
    ExtractBitsVectorFloatingExtract
  29. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  30. def getScalaLocationShort: String

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

    Definition Classes
    SpinalTagReady
  32. def getWidth: Int

  33. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  35. def hashCode(): Int

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

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

    Definition Classes
    SpinalTagReady
  38. def isEmptyOfTag: Boolean

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

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

    Definition Classes
    AnyRef
  41. def nonRecursiveToString(): String

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

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

    Definition Classes
    AnyRef
  44. var offset: Node with WidthProvider

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

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

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

    Definition Classes
    ExtractBitsVectorFloatingNode
  48. def opName: String

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

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

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

    Definition Classes
    ExtractBitsVectorFloatingNode
  52. def simplifyNode: Unit

    Definition Classes
    Node
  53. var size: Int

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

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

    Definition Classes
    AnyRef
  56. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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