Login  Register

Not gate with Nand gate

classic Classic list List threaded Threaded
9 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Not gate with Nand gate

thenar
12 posts
Hey ive been having some trouble trying to do a not gate with a nand gate i have gotten all of the other gates except and but not is giving me some trouble if you could help me solve this problem that would be fantastic.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

ybakos
566 posts
I'll give you a hint: you can build this with just one NAND gate.


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

thenar
12 posts
I know it only requires one Nand gate but this is my code

Nand (a = in, b = in, out = notin);

if you see the problem it would be great if you could help me
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

ybakos
566 posts
You're so close!

What do you think should be wired to the 'out' output of Not?

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

thenar
12 posts
Im not sure nota maybe?
ewh
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

ewh
4 posts
Take a closer look at Appendix A.  Specifically take a look at sections A.1, A.4, and A.5.  These sections should clarify how to wire the chip's input pins to internal parts, and wire the outputs of the internal parts to the chip's output pin.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

thenar
12 posts
oh my god i finally got it thank you all so much
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

oborob
1 post
In reply to this post by ewh
is this for applying computer related principles
or for guessing some supposedly obvious
syntax, perhaps your private rite of initiation?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Not gate with Nand gate

ybakos
566 posts
@oborob: I'm confused, what exactly are you asking? If you've read the book through chapter 1, and the appendix, solving Not should be easy once you understand the concepts presented in the reading.