|
This post was updated on .
Thanks for your quick response. Sadly, I am still stuck.
So far, I've tried both:
Or(a=in[0], b=in[1], out=out1);
[....]
Or(a=in[0], b=in[1], out=out1);
[....]
In each case, when I run the .tst script, the comparison fails at the test value 1111111. In particular, the individual "OR" chip fails; when I look at the Part Pins screen it shows a = in[0] = 1, b = in[1] = 1, out = out1 = 0.
Thanks again for your help.
|