Pictures of the multi-bit gates

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

Pictures of the multi-bit gates

Leroy
This post was updated on .
Do you have any pictures of the multi-bit gate(s) along with maybe an example of the proper hdl syntax to represent the gate(s)?
Reply | Threaded
Open this post in threaded view
|

Re: Pictures of the multi-bit gates

cadet1620
Administrator
Leroy wrote
Do you have any pictures of the multi-bit gate(s) along with maybe an example of the proper hdl syntax to represent the gate(s)?
To paraphrase the text, Not16 does a Not for each wire of the in and out buses.
        Not16 schematic
This means your Not16.hdl will require 16 Not part lines in the form
        Not (in=something, out=something);

Read Appendix A.5.3 to learn about bus wire selection syntax.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Pictures of the multi-bit gates

Leroy
Thanks, Mark.  I appreciate it.  
Reply | Threaded
Open this post in threaded view
|

Re: Pictures of the multi-bit gates

warlord
In reply to this post by cadet1620
u mean there is no trick like loop or something because there is repetition of same gate to be used 16 times.
thnks :)