DFIf

dfhdl.core.DFIf
object DFIf

Attributes

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

Members list

Type members

Classlikes

object Block

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Block.type
class Exact0TCDummy[From] extends TC[From, DFC]

Attributes

Companion
object
Supertypes
trait TC[From, DFC]
class Object
trait Matchable
class Any
Known subtypes
object Exact0TCDummy

Attributes

Companion
class
Supertypes
trait TC[DFValAny, DFC]
class Object
trait Matchable
class Any
Self type
object Header

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Header.type

Value members

Concrete methods

def fromBranches[R](branches: List[(DFValOf[DFBoolOrBit], () => R)], elseOption: Option[() => R])(using dfc: DFC): R
def fromBranchesExact0[R](branches: List[(DFValOf[DFBoolOrBit], () => Exact0[DFC, _ <: (TC)])], elseOption: Option[() => Exact0[DFC, _ <: (TC)]])(using DFC): R
def fromBranchesExact1[R](branches: List[(DFValOf[DFBoolOrBit], () => Exact[DFTypeAny])], elseOption: Option[() => Exact[DFTypeAny]])(using DFC): R
def singleBranch[R](condOption: Option[DFValOf[DFBoolOrBit]], prevBlockOrHeader: DFOwnerAny | DFValAny, run: () => R)(using DFC): (DFTypeAny, DFOwnerAny)