#Analog memory circuit

1 messages · Page 1 of 1 (latest)

hard flax
#

An analog memory circuit that saves the Data input (D_in) when the Clk input is High, or at the rising edge!

the simpler looking memory is the Continious one, that continously saves the input data every tick until the Clock input is LOW (note that there is a 4 tick delay before the memory starts saving, and a 3 tick delay before it stops saving)

the bigger one has an addition Rising edge detector built in, so it is safer and only saves when the Clk input goes from LOW to HIGH (note that there is a 6 tick delay before it saves the input data)

vagrant hearth
#

Try like this

#

Should make both versions much faster