Re-exports§
pub use ir::Config;pub use simulator::Simulator;pub use simulator_error::SimulatorError;
Modules§
- assert_
buffer - Thread-local buffer for
$assert/$assert_continuefailures. - backend
- Backend abstraction for the simulator.
- ir
- output_
buffer - Thread-local output buffer for
$display/$writestatements. Prevents interleaved output during parallel test execution. - simulator
- simulator_
error - testbench
- wave_
dumper - wavedrom
- wide_
ops - Helper functions for wide (>128-bit) arithmetic operations.
Called from JIT-compiled code via
call_indirect. All data is stored as little-endian u64 chunks.