Port

svsim.Simulation.Port
final case class Port

Attributes

Source
Simulation.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def check(f: Value => Unit): Unit

Attributes

Source
Simulation.scala
def check(isSigned: Boolean = ...)(f: Value => Unit): Unit

Attributes

Source
Simulation.scala
def get(isSigned: Boolean = ...): Value

Attributes

Source
Simulation.scala
def set(value: BigInt): Unit | Queue[PartialFunction[Message, Unit]]

Attributes

Source
Simulation.scala
def tick(timestepsPerPhase: Int, cycles: Int, inPhaseValue: BigInt, outOfPhaseValue: BigInt): Unit | Queue[PartialFunction[Message, Unit]]

Attributes

Source
Simulation.scala
def tick(timestepsPerPhase: Int, maxCycles: Int, inPhaseValue: BigInt, outOfPhaseValue: BigInt, sentinel: Option[(Port, BigInt)]): BigInt

Attributes

Source
Simulation.scala
def tick(timestepsPerPhase: Int, maxCycles: Int, inPhaseValue: BigInt, outOfPhaseValue: BigInt, sentinel: Option[(Port, BigInt)], checkElapsedCycleCount: BigInt => Unit): Unit | Queue[PartialFunction[Message, Unit]]

Attributes

Source
Simulation.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product