Yeah, it's better engineering to isolate everything, but abusing that can do better (smaller, faster, lower power, &c)rainwarrior wrote:Ah, so within a small self-contained group it's okay to have a few transistors feeding into each other, but you generally need to isolate each logical unit by drawing from the power source again?
MOSFETs care about the gate-to-body voltage, while BJTs care about the base-to-emitter voltage. This difference actually helps quite a lot. Relatedly, some logic (especially XOR3, as used in adders) can be implemented smallest using "transmission gates", which don't regenerate the voltage through them.
When I was taking the class on VLSI, I think I remember being told "up to 5 stages without a regenerative stage"
No, absolutely not. But I figured it was easier to explain with a resistor than two (or four...) different kinds of MOSFETs.Sik wrote:Are resistors actually used in gates these days? I thought they took up too much room on the die.
Yeah, kinda. Have you tried reading the wiki's Visual Circuit Tutorial ? Once again, 1970s level technology, but it'll give an idea for the start of how to build up these abstractions.Espozo wrote:I was mostly wondering how many different parts are involved, and something like paging (whatever that is) probably isn't a standalone part, but it's made of a bunch of transistors and things, just put together in a clever way to make that function.