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