0
votes
2answers
72 views

Accessing an SRAM Array?

As im learning about Computer Architecture im trying to understand it from the ground up (Transistors in CMOS in particular) I came across the simple 6T schematic for SRAM (2 inverters) Mostly ...
2
votes
4answers
807 views

SRAM and Flip-Flops

Still learning, but this question is bugging me. I finally sort of understand how Flip-Flops work, and how that is used to maintain Shift Registers and such. From the wiki page: "Each bit in an SRAM ...
1
vote
3answers
509 views

SRAM memory cell - what kind of flip-flop

There is a classic 6T SRAM cell (image from wikipedia): It looks like (two inverters in opposite directions and interconnected in and out) and works like some flip-flop. But what kind of flipflop ...