simulators
chisel3.simulator.HasSimulator.simulators
object simulators
This object provides implementations of HasSimulator. To set the simulator in your test, please import one of the implementations.
E.g., to use Verilator import:
import chisel3.simulator.HasSimulator.simulators.verilator
Or, to use VCS import:
import chisel3.simulator.HasSimulator.simulators.vcs
Note: if you do not import one of these, the default will be to use Verilator due to the low-priority implicit default HasSimulator.default.
Attributes
- Source
- HasSimulator.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
simulators.type
Members list
In this article