Step

dfhdl.core.Step
See theStep companion trait
object Step extends Step

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait Step
class Object
trait Matchable
class Any
Show all
Self type
Step.type

Members list

Type members

Classlikes

object Ops

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def pluginAddStep(stepName: String)(run: => Unit)(using dfc: DFC, scope: Process): Unit
def pluginGotoStep(nextStepName: String)(using dfc: DFC, scope: Process): Unit
def pluginOnEntryExit(meta: Meta)(run: => Unit)(using dfc: DFC): Unit
def pluginRegisterStep(stepMeta: Meta)(using dfc: DFC, scope: Process): Unit