Command

svsim.Simulation.Command
See theCommand companion trait
object Command

Attributes

Companion
trait
Source
Simulation.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Type members

Classlikes

case object Done extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
Self type
Done.type
case class GetBits(id: String, isSigned: Boolean) extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
case object Log extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
Self type
Log.type
case class Run(timesteps: Int) extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
case class SetBits(id: String, value: BigInt) extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
case class Tick(id: String, inPhaseValue: BigInt, outOfPhaseValue: BigInt, timestepsPerPhase: Int, maxCycles: Int, sentinel: Option[(Port, BigInt)]) extends Command

Attributes

Source
Simulation.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Show all
case class Trace(enable: Boolean) extends Command

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala