spinal.core

ExtractBoolFloatingFromUInt

Related Doc: package core

class ExtractBoolFloatingFromUInt extends ExtractBoolFloating

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

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

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

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

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

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

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

    Definition Classes
    Any
  11. var bitId: Node with WidthProvider

    Definition Classes
    ExtractBoolFloating
  12. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    SpinalTagReady
  18. def extractBoolFixedFactory: ExtractBoolFixed

  19. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]

    Definition Classes
    SpinalTagReady
  20. def finalize(): Unit

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

    Definition Classes
    SpinalTagReady
  22. def getBitId: Node with WidthProvider

    Definition Classes
    ExtractBoolFloating
  23. def getBitVector: Node with WidthProvider

    Definition Classes
    ExtractBoolFloatingExtract
  24. final def getClass(): Class[_]

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

    Definition Classes
    ExtractBoolFloatingNode
  26. def getInputs: Iterator[Node]

    Definition Classes
    ExtractBoolFloatingNode
  27. def getInputsCount: Int

    Definition Classes
    ExtractBoolFloatingNode
  28. def getInstanceCounter: Int

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

    Definition Classes
    ExtractBoolFloatingExtract
  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. 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
    ExtractBoolFloating
  37. def instanceAttributes(language: Language): Iterable[Attribute]

    Definition Classes
    SpinalTagReady
  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. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

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

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

    Definition Classes
    ExtractBoolFloatingNode
  48. def opName: String

    Definition Classes
    ExtractBoolFloatingFromUIntModifier
  49. def removeTag(spinalTag: SpinalTag): ExtractBoolFloatingFromUInt.this.type

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

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

    Definition Classes
    ExtractBoolFloatingNode
  52. def simplifyNode: Unit

    Definition Classes
    ExtractBoolFloatingNode
  53. def spinalTags: Set[SpinalTag]

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtractBoolFloating

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