Isn't this just a flip flop?
How to Build 1 Bit of RAM Using Transistors
11–20 of 46 posts
Re: How to Build 1 Bit of RAM Using Transistors
#12Isn't this just a flip flop?
Re: How to Build 1 Bit of RAM Using Transistors
#13Re: How to Build 1 Bit of RAM Using Transistors
#14A capacitor is 1 bit of memory.
A simple capacitor does not require an external power supply to store the state, but the state decays in time.
A flip-flop requires an external supply to store the state, but the state is stable indefinitely.
Re: How to Build 1 Bit of RAM Using Transistors
#15Here is one that he explains the SR latch: https://www.youtube.com/watch?v=KM0DdEaY5sY
Also the lectures by this amazing MIT professor: https://www.youtube.com/watch?v=AfQxyVuLeCs
Re: How to Build 1 Bit of RAM Using Transistors
#16https://i.imgur.com/cwZe7Zf.png
When both inputs are low, the NORs are equivalent to NOTs and you can see they form a storage loop. When one input is high, it forces the loop into the corresponding state.
That said, I'm disappointed this article doesn't show the transistor-level schematic, because trying to read from a breadboard is extremely difficult.
Re: How to Build 1 Bit of RAM Using Transistors
#17I once made a single-transistor latch by accident. It acted as a single bit of memory and retained its value for weeks until I got bored with the project. I had been making magnetic snap-together circuits, so I had a bunch of small PCBs with simple 2- and 3-pin footprints and holes that I soldered neodymium disc magnets into. I put a big TO-220 N-fet on one of them, and stuck it to a laminated whiteboard so that the…
Re: How to Build 1 Bit of RAM Using Transistors
#18I've always wondered why most people seem to draw flip-flops with the crossed wires and both gates pointing the same way, when I think this representation makes it far clearer: https://i.imgur.com/cwZe7Zf.png When both inputs are low, the NORs are equivalent to NOTs and you can see they form a storage loop. When one input is high, it forces the loop into the corresponding state. That said, I'm disappointed this artic…
Re: How to Build 1 Bit of RAM Using Transistors
#19I've always wondered why most people seem to draw flip-flops with the crossed wires and both gates pointing the same way, when I think this representation makes it far clearer: https://i.imgur.com/cwZe7Zf.png When both inputs are low, the NORs are equivalent to NOTs and you can see they form a storage loop. When one input is high, it forces the loop into the corresponding state. That said, I'm disappointed this artic…
PS - For what its worth, that image has a transparent background, so when the imgur viewer displays it you get black traces on a black background.
Re: How to Build 1 Bit of RAM Using Transistors
#20I've always wondered why most people seem to draw flip-flops with the crossed wires and both gates pointing the same way, when I think this representation makes it far clearer: https://i.imgur.com/cwZe7Zf.png When both inputs are low, the NORs are equivalent to NOTs and you can see they form a storage loop. When one input is high, it forces the loop into the corresponding state. That said, I'm disappointed this artic…
Good point otherwise on the clearer schematic!