Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - verilog to vhdl

 
Thread Tools Search this Thread
Old 02-26-2007, 07:48 AM   #1
Default 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



muni
  Reply With Quote
Old 02-27-2007, 08:55 AM   #2
Thomas Stanka
 
Posts: n/a
Default 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

  Reply With Quote
Old 02-27-2007, 10:21 AM   #3
HT-Lab
 
Posts: n/a
Default Re: verilog to vhdl


"muni" <> wrote in message
news: 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


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump