Login  Register

And16

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

And16

mohammad
1 post
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
| More
Print post
Permalink

Re: And16

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