Class

spinal.core.internals.Operator.BitVector

NotEqual

Related Doc: package BitVector

Permalink

abstract class NotEqual extends BinaryOperatorWidthableInputs with ScalaLocated

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotEqual
  2. BinaryOperatorWidthableInputs
  3. BinaryOperator
  4. Operator
  5. Modifier
  6. Expression
  7. ExpressionContainer
  8. BaseNode
  9. ScalaLocated
  10. GlobalDataUser
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NotEqual()

    Permalink

Type Members

  1. type T = Expression with WidthProvider

    Permalink

Abstract Value Members

  1. abstract def opName: String

    Permalink
    Definition Classes
    Expression

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var algoIncrementale: Int

    Permalink
    Definition Classes
    BaseNode
  5. var algoInt: Int

    Permalink
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  12. def foreachExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    BinaryOperatorExpressionContainer
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  15. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  16. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  17. def getTypeObject: TypeBool.type

    Permalink
    Definition Classes
    NotEqualExpression
  18. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. var left: T

    Permalink
    Definition Classes
    BinaryOperator
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def normalizeInputs: Unit

    Permalink
    Definition Classes
    ExpressionContainer
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  27. def remapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    BinaryOperatorExpressionContainer
  28. var right: T

    Permalink
    Definition Classes
    BinaryOperator
  29. def setScalaLocated(source: ScalaLocated): NotEqual.this.type

    Permalink
    Definition Classes
    ScalaLocated
  30. def simplifyNode: Expression

    Permalink
    Definition Classes
    NotEqualExpression
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    Expression → AnyRef → Any
  33. def toStringMultiLine(): String

    Permalink
    Definition Classes
    BinaryOperatorBaseNode
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  38. def walkExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  39. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  40. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer

Inherited from BinaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped