Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   VHDL (http://www.velocityreviews.com/forums/f18-vhdl.html)
-   -   verilog to vhdl (http://www.velocityreviews.com/forums/t377642-verilog-to-vhdl.html)

muni 02-26-2007 07:48 AM

verilog to vhdl
 
hi
i have uart verilog code i need it in vhdl becouse all my design are
in vhdl so can u help how to convert it to vhdl.pease tell me any
tools if available,if tell me the other way urgent

muniraj


Thomas Stanka 02-27-2007 08:55 AM

Re: verilog to vhdl
 
Hi,

On 26 Feb., 08:48, "muni" <muni...@gmail.com> wrote:
> i have uart verilog code i need it in vhdl becouse all my design are
> in vhdl so can u help how to convert it to vhdl.pease tell me any
> tools if available,if tell me the other way urgent


If your uart is a verilog netlist, it is easy to write it out as vhdl
netlist, if you have a synthesis tool that has a verilog reader and
vhdl writer (like synopsys dc_shell, if licenses for verilog and vhdl
available).

If your verilog code is rtl, you could synthesis it as a module and
use the way above.
It is also possible to instantiate verilog in vhdl and use tools that
allows mixed language processing (AFAIK every major tool but you may
need additional licenses in some cases, like modelsim tends to have
language dependend licenses).

bye Thomas


HT-Lab 02-27-2007 10:21 AM

Re: verilog to vhdl
 

"muni" <muni490@gmail.com> wrote in message
news:1172476122.411071.54520@t69g2000cwt.googlegro ups.com...
> hi
> i have uart verilog code i need it in vhdl becouse all my design are
> in vhdl so can u help how to convert it to vhdl.pease tell me any
> tools if available,if tell me the other way urgent
>
> muniraj
>


Why bother translating when there are lots of free VHDL UART's available on
the web?

I use the 16550 from Opencores and it works great.

Hans
www.ht-lab.com




All times are GMT. The time now is 05:52 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57