Module bitsy_lang::sim
source · Expand description
sim
is the submodule where the naive simulator goes.
Notable are:
sim::SimCircuit
which is the netlist representation of aCircuit
,sim::Sim
which is the simulator itself.sim::Value
which represents all live values during simulation.
Modules
Structs
Enums
- A value used in the simulator (see
crate::sim::Sim
).