Login  Register

Multi-Bit Gate Implementation (warning: example HDL)

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

Multi-Bit Gate Implementation (warning: example HDL)

cholland89
3 posts
This post was updated on Dec 23, 2013; 2:09pm.
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Multi-Bit Gate Implementation (warning: example HDL)

cadet1620
Administrator
2607 posts
cholland89 wrote
When implementing the multi-bit versions of basic gates(not,and,or) are we to use the previously built versions?
Yes, use the gates you have built to build your new gates.

This idea of abstraction is one of the aims of the course. If you were to try to build everything with Nands, it would be a huge amount of effort.  See Why We Like Abstraction.

--Mark
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Multi-Bit Gate Implementation (warning: example HDL)

warlord
2 posts
This post was updated on Sep 08, 2014; 1:46pm.
In reply to this post by cholland89
u meanwe have to simply define 16 gates without any loop or something. please give any example to clarify any multi bit gate.

is this correct.
thnks
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Multi-Bit Gate Implementation (warning: example HDL)

cadet1620
Administrator
2607 posts
warlord wrote
u meanwe have to simply define 16 gates without any loop or something. please give any example to clarify any multi bit gate.

thnks
That's correct. There are no looping structures. You need 16 individual gates.

Please edit your post to remove the source code. We want students to develop their own solutions.

--Mark