changed NAND gate model to use MOS transistors#360
changed NAND gate model to use MOS transistors#360failiz wants to merge 1 commit intofritzing:developfrom
Conversation
|
Hi Kjell, |
|
Maybe we can add a buffered/driver NAND as additional part? With a quick search I only found this And the logic level NAND gate would then be a good example to build the same, using additional transistors to drive the LEDs? |
|
Context: I did not model any NAND gate, I just copied the models from the ngspice manual. And there are two of them, the one based on BJT transistors and the one using MOSFETs. I made the NAND example (fritzing/fritzing-app#4004) and I realized the BJT NAND model was giving problems, so I changed to the MOSFET version. |
|
@KjellMorgenstern , could you merge this PR? It will make my life easier and I think this spice code should be faster (4 transistors versus 5 transistors and 3 diodes of the previous spice) and more representative of the current technologies (I doubt that the gates now are using BJT transistors) |
to be used in the example in the fritzing-app repository