Digital (tracer)
Core digital logic simulation layer for the Logic Tracer framework.
Note: This crate is part of the Logic Tracer framework and is not typically intended for direct standalone use. It provides the foundational digital logic simulation capabilities that power Logic Tracer.
Overview
Digital is responsible for:
- Digital Circuit Simulation: Providing tools for modeling digital logic circuits.
- Combinational Logic: Implementation of gates, multiplexers, decoders, and other combinational elements.
- Sequential Logic: Implementation of flip-flops, registers, counters, and other sequential elements.