verilog to vhdl

M

muni

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
 
T

Thomas Stanka

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

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
 
H

HT-Lab

muni said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vhdl coding 0
Some Cash for Vhdl coding 0
vhdl & verilog simulation 4
How to instantiate a verilog block inside a VHDL entity? 4
MAX6675 VHDL 0
VHDL: AXI-stream FIFO 2
VHDL multiplier 0
Low level block coding 0

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top