And16

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

And16

mohammad
I'm trying to implement And16 using simple Nand and I was trying to using dot dot syntax for multibit. But simulator is complaining

PARTS:
    Nand(a[0..15] = a, b[0..15] = b, out[0..15] = o1);
    Nand(a[0..15] = o1, b[0..15] = o1, out[0..15] = out);

Can anyone suggest the correct format for multibit input. (According to the appendix A it is allowed dotted sysntax)

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: And16

phillustine
Nand doesn't except 16 bits, only 1.