pub struct Sim<T> { /* private fields */ }
Expand description
The Sim
struct is used to communicate with a simulation. Every testbench
will be provided with a copy of this struct, and will use it to communicate
with the core simulation.
pub struct Sim<T> { /* private fields */ }
The Sim
struct is used to communicate with a simulation. Every testbench
will be provided with a copy of this struct, and will use it to communicate
with the core simulation.