#Is there a delay gate?

1 messages · Page 1 of 1 (latest)

silver jay
#

If not please add one

brisk locust
#

i think adding a reset pin to timer chip in circuit could help
but timer is useful enough to get its own part, maybe i add one

brisk locust
#

time chip outputs time passed since start of simulation, it just keeps going up

#

reset would set it back to zero

#

i haven't added this, it's hypothetical

silver jay
#

Is there a way to save data

#

If there is i can make a delay gate

stoic violet
silver jay
#

ngl i might just learn the circuits

thorn hatch
# brisk locust i haven't added this, it's hypothetical

It's not needed since we can put chips inside of chips and this simple circuit does exactly what a reset pin is supposed to do. Left display is time since last reset (resets to 0 with every press), right display is frozen time of the last reset since the start (only goes up). Since we can put circuits inside of circuits, this thing isn't a problem. If only we got a way to save and easily reuse the saved circuits, like in the "Digital Logic Sim" by Sebastian Lague", it would be sweet. Maybe even a more optimized version of the timer could be a built-in example for making chips.

brisk locust
#

you can save the project with circuits and merge it in others

#

you can also copy circuit part and access them all with Alt + V

thorn hatch
#

so I can have a single save with all of the circuits that I can just merge to get instant access?

#

And how can I copy circuits inside of the circuit editor? Is it possible? I've been struggling with building bigger stuff since I have to build 2 bit adders one by one