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 makes sense, but I have a few questions. What exactly is being done with whatever is stored here? Is it being sent to the CPU? a Decoder?....etc...? I'd assume we use some sort of decoder/encoder to write to specific cells?
And while I understand how the Memory Cell works (Keeps it's data from feedback) are we reading the Cells contents with the Word lines or Bit Lines? what about writing to them? Is the ~Bit Line (~BL) completely useless to us?
Like how would I go about reading and writing to an array like this?