Yeah, I understand that, my problem is that I can't even get the first bit to increment.
just to test to make sure that I'm doing the right thing I do something like
a[0]=in[0], b=true, out=out
or
a[0]=true, b[0] =in[0], out=out
when i run it through the hardware simulator the output is 0000000000000000, so the first bit never increments and I was hoping that some one could shed some light on what (if anything) I'm doing wrong. Thanks again.
update:
For whatever reason, it works on windows but it won't work on linux.
But I did figure it out.
Thanks.