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 ...
1
vote
1answer
146 views

CMOS Inverter Voltage Transfer Function

So let's say I have a perfectly symmetrical Voltage transfer function curve for my CMOS inverter. The curve looks like this: The question is, how would this curve change if the size of the NMOS ...
1
vote
3answers
245 views

what happens when transistors are interchanged in CMOS?

A basic cmos inverter will have a P-transistor upside and N-transistor down side. what happens if we reverse the p and n transistors?
1
vote
2answers
410 views

CMOS vs TTL Logic Gates?

This is probably a simple question but how come CMOS Logic Gates built from Only Transistors is completely different from one that uses TTL Logic (Like BJT's). I know BJT aren't really used anymore ...
2
votes
2answers
524 views

CMOS inverter with gate of PMOS transistor always grounded

If there is a CMOS inverter such that the gate of the PMOS transistor is always attached to the ground and the input voltage is only applied to the gate of NMOS, then how would the inverter behave, as ...
1
vote
1answer
464 views

Silicon Controlled Switches: applications&suppliers

I came across this description of what are called "silicon controlled switches." I always look to balance n/p-channel electronics for stability, and using these silicon controlled switches seemed like ...
2
votes
3answers
554 views

Going from Transistors to Gates to…IC's?

So I am trying to understand I guess what is probably a basic concept of computers. I was taking a look at this previous question: From Transistor to Gates And it's accompanying link: ...
2
votes
3answers
269 views

Do I need to duplicate the 4th “substrate” connection when building CMOS gates out of discrete transistors?

All CMOS digital integrated circuits I've ever seen connect all the nFET substrates together to GND. In particular, the IC CMOS NAND gate has one nFET that has its substrate connected to GND, but its ...