And16 problem

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

And16 problem

superRyan
This post was updated on .
the And16 chip has 16 inputs and 16 outputs
by using 16 And chips which are already constructed i can implement it
so that i need to put 16 lines And(a=,b=,out=) there in the text
my question is:
is there a more convenient way to get the And16 chip?
like only using a few lines and get the thing done?

thank you all
--Ryan
Reply | Threaded
Open this post in threaded view
|

Re: And16 problem

ybakos
There isn't a way to do this with Hack HDL.

Think of Hack HDL as a direct representation of physical hardware. If we had to wire up an And16, we'd need 16 1-bit And gates.
Reply | Threaded
Open this post in threaded view
|

Re: And16 problem

superRyan
i see,thanks