PropertyArithmeticOps

chisel3.properties.PropertyArithmeticOps
See thePropertyArithmeticOps companion object
sealed trait PropertyArithmeticOps[T]

Typeclass for Property arithmetic.

Attributes

Companion
object
Source
Property.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def add(lhs: T, rhs: T)(implicit sourceInfo: SourceInfo): T

Attributes

Source
Property.scala
def mul(lhs: T, rhs: T)(implicit sourceInfo: SourceInfo): T

Attributes

Source
Property.scala
def shl(lhs: T, rhs: T)(implicit sourceInfo: SourceInfo): T

Attributes

Source
Property.scala
def shr(lhs: T, rhs: T)(implicit sourceInfo: SourceInfo): T

Attributes

Source
Property.scala