Yes, why not? A NOR gate has the same functionality as an AND gate, just inverted. There is even a theorem about that. Check "De Morgan's" law.stephen_usher wrote: Thu Jun 05, 2025 4:48 pm However, the address decode logic is completely perplexing. How on Earth do you do address decoding using NOR gates?
Using NOR and NAND gates was very common because they are faster, and usually cheaper, than non inverting gates. A NOR gate is particularly handy when you have to deal with low active signals. Also inverted outputs have zero cost when you have to combine several gates anyway, because multiple inversions compensate each other.
Just build a truth table. A truth table would tell you which input combination asserts the output signals.
I wouldn't change the logic family blindly without any specific reason. Faster is not always better. Sometimes it is even worse. Does the card work with LS chips and it works fine? Then why change it unless you have a good reason.Well, the F series chips arrived and...
If you want to be precise, then you have to perform a comprehensive timing analysis.
