chisel3.simulator.Simulator
See theSimulator companion trait
object Simulator
Attributes
- Companion
- trait
- Source
- Simulator.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Simulator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CompilationFailed[T]class SimulationDigest[T]
final case class CompilationFailed[T](error: Throwable) extends BackendInvocationOutcome[T]
Attributes
- Source
- Simulator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BackendInvocationOutcome[T]class Objecttrait Matchableclass AnyShow all
final case class SimulationDigest[T](simulationStartTime: Long, simulationEndTime: Long, outcome: Try[T]) extends BackendInvocationOutcome[T]
Attributes
- Source
- Simulator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BackendInvocationOutcome[T]class Objecttrait Matchableclass AnyShow all
In this article