Ops

dfhdl.core.DFBoolOrBit$package$.DFBoolOrBit$.Token$.Ops$
object Ops

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type

Members list

Extensions

Extensions

extension (lhs: DFBit <> TOKEN)(lhs: DFBit <> TOKEN)
extension (lhs: DFBool <> TOKEN)(lhs: DFBool <> TOKEN)
def bit: DFBit <> TOKEN
extension [T <: DFBoolOrBit](lhs: T <> TOKEN)(lhs: T <> TOKEN)
def &&[R](rhs: Exact[R])(using ic: Candidate[R]): T <> TOKEN
def ^[R](rhs: Exact[R])(using ic: Candidate[R]): T <> TOKEN
def ||[R](rhs: Exact[R])(using ic: Candidate[R]): T <> TOKEN
extension [L](lhs: L)(lhs: L)
def &&[RT <: DFBoolOrBit](rhs: DFToken[RT])(using es: Summon[L, L])(using ic: Candidate[Out]): RT <> TOKEN
def ^[RT <: DFBoolOrBit](rhs: DFToken[RT])(using es: Summon[L, L])(using ic: Candidate[Out]): RT <> TOKEN
def ||[RT <: DFBoolOrBit](rhs: DFToken[RT])(using es: Summon[L, L])(using ic: Candidate[Out]): RT <> TOKEN