![]() |
|
|
|||||||
![]() |
VHDL - How to draw Logic Network from VHDL code |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Could someone help me how to draw the devices of the network from the vhdl
code. An example at this link http://home.dei.polimi.it/bolchini/d...20080211cb.pdf last exercise -- Message posted using http://www.talkaboutelectronicequipm...omp.lang.vhdl/ More information at http://www.talkaboutelectronicequipment.com/faq.html wave00 |
|
|
|
|
#2 |
|
Posts: n/a
|
wave00 wrote:
> Could someone help me how to draw the devices of the network from the vhdl > code. > An example at this link > > http://home.dei.polimi.it/bolchini/d...20080211cb.pdf > > last exercise I can do the homework for you, but only if you tell this your instructor and if I would get the certificate for it -- Frank Buss, http://www.frank-buss.de, http://www.it4-systems.de Frank Buss |
|
|
|
#3 |
|
Posts: n/a
|
On Sat, 23 Feb 2008 04:49:28 -0600, giuseppe rossitto wrote:
>Could someone help me how to draw the devices of the > network from the vhdl code. >An example at this link > >http://home.dei.polimi.it/bolchini/d...20080211cb.pdf > >last exercise Hmmm... That exercise carries 20% of the marks for a 2 hour paper. So you should be able to do it in 24 minutes - let's say 20 minutes to leave a little time for checking. And, amongst other (easier) things, it asks you to draw the logic diagram of a 4*4-bit multiplier using only gates and multiplexers. I wonder how long it took the writer of the question to create the model answer? The model also has some errors that would prevent it from compiling, and at least one error that would be detected at runtime in simulation (but probably at compilation by a synthesis tool). Extra marks for locating those Anyway, now that you're away from the exam. room, you can simply take the code, fix it, run it through synthesis and look at the RTL schematic. At least that would introduce a measure of realism to the exercise, something that the person who set the paper seems to have lacked. -- Jonathan Bromley, Consultant DOULOS - Developing Design Know-how VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK http://www.MYCOMPANY.com The contents of this message may contain personal views which are not the views of Doulos Ltd., unless specifically stated. Jonathan Bromley |
|
|
|
#4 |
|
Posts: n/a
|
Jonathan Bromley wrote:
> Hmmm... That exercise carries 20% of the marks for a 2 hour paper. > So you should be able to do it in 24 minutes - let's say 20 minutes > to leave a little time for checking. And, amongst other (easier) > things, it asks you to draw the logic diagram of a 4*4-bit > multiplier using only gates and multiplexers. I wonder how long > it took the writer of the question to create the model answer? It should be not too difficult. You have to use only gates, multiplexers and flip-flops, but this doesn't mean that you can't create your own symbols for half-adders etc. with the basic gates, from which you can build the multiplier (e.g. http://groups.google.de/group/comp.l...a9a02c2b2b838d ). You have to know the basic ciruits and ideas, but then it should be possible to draw it in some minutes. > The model also has some errors that would prevent it from > compiling, and at least one error that would be detected > at runtime in simulation (but probably at compilation by a > synthesis tool). Extra marks for locating those And you can't fix this, because of the bad coding style (complete lack of any comments) you can't know which bits are needed from the multiplication result. Formatting is not very consistent, too, sometimes spaces after superfluously parantheses, sometimes not. Looks like an inexperienced VHDL programmer has written the code. -- Frank Buss, http://www.frank-buss.de, http://www.it4-systems.de Frank Buss |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IMHO, Digital SECAM video is better than Analog NTSC video | Radium | DVD Video | 167 | 10-25-2006 04:16 AM |
| Setting up a Network -- Wired or Wireless? | shopzero.net | DVD Video | 1 | 07-24-2006 07:18 PM |
| Re: adding wireless to a wired network | AG | A+ Certification | 3 | 01-14-2005 08:52 AM |
| Re: adding wireless to a wired network | Remo | A+ Certification | 0 | 01-07-2005 06:31 PM |
| Re: Help Setup a Home network | Frederic | A+ Certification | 1 | 12-31-2003 01:28 PM |