verilog to vhdl

M

muni

Guest
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
 
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
 
"muni" <muni490@gmail.com> wrote in message
news:1172476122.411071.54520@t69g2000cwt.googlegroups.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
 

Welcome to EDABoard.com

Sponsor

Back
Top