Packages

t

spinal.core

BitwiseOp

trait BitwiseOp[T <: Data] extends AnyRef

Bitwise Operation

T

the type which is associated with the bitwise operation

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitwiseOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def &(right: T): T

    Logical AND operator

  2. abstract def ^(right: T): T

    Logical XOR operator

  3. abstract def unary_~: T

    Inverse bitwise operator

  4. abstract def |(right: T): T

    Logical OR operator