sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.23k stars 622 forks source link

Feature request: Propagation Delay Setting #813

Open HemQL opened 1 year ago

HemQL commented 1 year ago

Having a configurable propagation delay on logic gates would open a number of possible simulations and designs. Pipelining demonstrations, self-clocked flip-flop applications, and more. Either a global configurable value or a per-component parameter would be fantastic, allowing for more realistic logic simulation for ASIC/FPGA visualization.

pfalstad commented 1 year ago

For now, there's a Delay Buffer component which you can use to add delays in your logic circuits.