This app is awesome for learning basic Logic but it would be cool if you you could make a clock and then make it into a chip then you could make the circuit more compact, another thing if you could delete the chips without going into the file that would be cool. I will commit more if I find anything else that could be cool and good to help :D.
Viewing post in Digital Logic Sim (old version) comments
Clock could be made by logic. For example, simple one-phase clock looks like:
Two-phase clock could be made by getting second signal from AND-out (on picture i forgot to add AND operator, which connects to OUT1 in output and IN and AND's OUT. It needs to stop "constant 1" signal in output):
Also, you can make different frequencies generator by N-bit INC (increases binary number by 1) and N-bit REG (just register):
[also on picture:
ON(Makes 1 on OUT without care about IN {constant1})
CLOCK(Just first screenshot of my answer)
GATE(Sends input signals{IN} to output{OUT}, if POWER is 1)]
I hope i helped to you with clock. Good luck.
P.S. I made this funny circuit that makes sierpinski triangle on truth table.
Every logic chips must be connected to inputs and outputs or other chips, which connects to them. Clock will not work, if you use NOT gate as source power without connecting to input. And it's a reason, why i made ON gate (constant 1, which made by connecting straigh and inverted signal from input to OR gate, and result connects to output).