Simulator

chisel3.simulator.Simulator
See theSimulator companion trait
object Simulator

Attributes

Companion
trait
Source
Simulator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Simulator.type

Members list

Type members

Classlikes

final case class BackendInvocationDigest[T](compilationStartTime: Long, compilationEndTime: Long, outcome: BackendInvocationOutcome[T])

Attributes

Source
Simulator.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait BackendInvocationOutcome[T]

Attributes

Source
Simulator.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class CompilationFailed[T](error: Throwable) extends BackendInvocationOutcome[T]

Attributes

Source
Simulator.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SimulationDigest[T](simulationStartTime: Long, simulationEndTime: Long, outcome: Try[T]) extends BackendInvocationOutcome[T]

Attributes

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