Xor issue

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Xor issue

Davmon
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Xor issue

cadet1620
Administrator
Davmon wrote
"Comparison failure at Line 3" have not idea why the Not gate can't out 1 when a equal to 0.
Your HDL is correct.  Please edit your post to remove the HDL code.

The most common cause for failure on line 3 is that you are testing Xor.hdl in projects/01 without first completing and testing Not.hdl.
Because the Not.hdl has no implementation yet, its output is always 0.

You must build the parts in the order presented in chapter 1.  Not, And, Or, Xor, ...
The chips you build become building blocks for the later chips.

--Mark


Reply | Threaded
Open this post in threaded view
|

Re: Xor issue

xedover
In reply to this post by Davmon
whoa, by selecting and highlighting the part, the simulator will only show you the pin outputs for that part, instead of all the pins for all the parts??

I missed seeing that feature. That would have really helped in my debugging :)
Reply | Threaded
Open this post in threaded view
|

Re: Xor issue

Davmon
In reply to this post by cadet1620
Thanks! that's the point! :)))))
Reply | Threaded
Open this post in threaded view
|

Re: Xor issue

Davmon
In reply to this post by xedover
that's ok ,its because I did't finish my Not gate firstly