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

Reply

VHDL - Another Verilog to VHDL converter request

 
Thread Tools Search this Thread
Old 02-05-2007, 09:03 AM   #1
Default Another Verilog to VHDL converter request


Hi all
I already googled and looked at the FAQ but all I've been able to find
were dead links.

I have a processor bus functional model written in Verilog but all my
design is in VHDL and I don't have a mixed simulation license. Does
anyone know of a free tool that would help me translate the model in
VHDL ?

Thanks in advance
Nicolas



Nicolas Matringe
  Reply With Quote
Old 02-05-2007, 12:36 PM   #2
Ajeetha (www.noveldv.com)
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
On Feb 5, 2:03 pm, "Nicolas Matringe" <nic_o_...@msn.com> wrote:
> Hi all
> I already googled and looked at the FAQ but all I've been able to find
> were dead links.
>
> I have a processor bus functional model written in Verilog but all my
> design is in VHDL and I don't have a mixed simulation license. Does
> anyone know of a free tool that would help me translate the model in
> VHDL ?
>
> Thanks in advance
> Nicolas


Nicolas,
In addition to my separate email on this, I once downloaded a
tool from:

http://www02.so-net.ne.jp/~morioka/v2v.htm

(Now defunct), didn't try it too much, so if you wish either I can
send you the code/tool or you can send me your code and I can see if I
can help

HTH
Ajeetha, CVC
www.noveldv.com



Ajeetha (www.noveldv.com)
  Reply With Quote
Old 02-05-2007, 08:23 PM   #3
Nicolas Matringe
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
Ajeetha (www.noveldv.com) a écrit :
> On Feb 5, 2:03 pm, "Nicolas Matringe" <nic_o_...@msn.com> wrote:
>> Hi all
>> I already googled and looked at the FAQ but all I've been able to find
>> were dead links.
>>
>> I have a processor bus functional model written in Verilog but all my
>> design is in VHDL and I don't have a mixed simulation license. Does
>> anyone know of a free tool that would help me translate the model in
>> VHDL ?
>>
>> Thanks in advance
>> Nicolas

>
> Nicolas,
> In addition to my separate email on this, I once downloaded a
> tool from:
>
> http://www02.so-net.ne.jp/~morioka/v2v.htm
>
> (Now defunct), didn't try it too much, so if you wish either I can
> send you the code/tool or you can send me your code and I can see if I
> can help


As I told you in my reply to your e-mail, the BFM is licensed code so I
can not send it to anyone.
As someone else suggested (by e-mail again), I can try your URL in a web
archive service and see if it gives me the code.

Thanks anyway
Nicolas


Nicolas Matringe
  Reply With Quote
Old 02-06-2007, 11:31 AM   #4
bm
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
You could also
- create an ISE project with the top level module in VHDL instantiating the
Verilog modules
- synthetise the design with annotated VHDL generation

Please provide feedback on the conversion tool if you find it...



"Nicolas Matringe" <> wrote in message
news:45c7920b$0$4346$...
> Ajeetha (www.noveldv.com) a écrit :
>> On Feb 5, 2:03 pm, "Nicolas Matringe" <nic_o_...@msn.com> wrote:
>>> Hi all
>>> I already googled and looked at the FAQ but all I've been able to find
>>> were dead links.
>>>
>>> I have a processor bus functional model written in Verilog but all my
>>> design is in VHDL and I don't have a mixed simulation license. Does
>>> anyone know of a free tool that would help me translate the model in
>>> VHDL ?
>>>
>>> Thanks in advance
>>> Nicolas

>>
>> Nicolas,
>> In addition to my separate email on this, I once downloaded a
>> tool from:
>>
>> http://www02.so-net.ne.jp/~morioka/v2v.htm
>>
>> (Now defunct), didn't try it too much, so if you wish either I can
>> send you the code/tool or you can send me your code and I can see if I
>> can help

>
> As I told you in my reply to your e-mail, the BFM is licensed code so I
> can not send it to anyone.
> As someone else suggested (by e-mail again), I can try your URL in a web
> archive service and see if it gives me the code.
>
> Thanks anyway
> Nicolas





bm
  Reply With Quote
Old 02-06-2007, 08:38 PM   #5
Nicolas Matringe
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
bm a écrit :
> You could also
> - create an ISE project with the top level module in VHDL instantiating the
> Verilog modules
> - synthetise the design with annotated VHDL generation


A bus functionnal model is a processor simulation model. I somehow
suspect that it is not synthesizable.
Besides, I need to simulate it (with ModelSim)


> Please provide feedback on the conversion tool if you find it...


I tried the one Ajeetah suggested(*) but it choked on every file's first
line.

Nicolas

(*)http://www02.so-net.ne.jp/~morioka/v2v.htm but it actually changed
address


Nicolas Matringe
  Reply With Quote
Old 02-06-2007, 08:57 PM   #6
Jonathan Bromley
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
On 5 Feb 2007 01:03:20 -0800, "Nicolas Matringe"
<> wrote:

>I have a processor bus functional model written in Verilog but all my
>design is in VHDL and I don't have a mixed simulation license. Does
>anyone know of a free tool that would help me translate the model in
>VHDL ?


I think it is likely to be very difficult.

Verilog BFMs are generally written in a way that simply does not work
in VHDL - using cross-module references to call BFM tasks. Over the
years I have established a methodology for doing the translation by
hand, and I can usually get reasonable results - but it is not a
mechanical process, because there are so many different styles for
writing Verilog BFMs.

By contrast, translating synthesisable code is usually
almost trivial (from Verilog to VHDL; if you're going from VHDL
to Verilog you may have problems with record data types and
array and type attributes).

I suggest that the mixed-language simulation licence is probably
your most viable route. No, I don't work for Mentor sales
--
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
  Reply With Quote
Old 02-06-2007, 09:37 PM   #7
Nicolas Matringe
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request
Jonathan Bromley a écrit :

> I think it is likely to be very difficult.
>
> Verilog BFMs are generally written in a way that simply does not work
> in VHDL - using cross-module references to call BFM tasks. Over the
> years I have established a methodology for doing the translation by
> hand, and I can usually get reasonable results - but it is not a
> mechanical process, because there are so many different styles for
> writing Verilog BFMs.


I think I can see your point. I don't have much experience (not at all,
actually) with Verilog simulation, only RTL.


> I suggest that the mixed-language simulation licence is probably
> your most viable route. No, I don't work for Mentor sales


I already contacted my local distributor and got a price. The decision
is not mine anymore.

Nicolas


Nicolas Matringe
  Reply With Quote
Old 02-06-2007, 10:02 PM   #8
HT-Lab
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request

"Nicolas Matringe" <> wrote in message
news:45c8f4ea$0$2270$...
> Jonathan Bromley a écrit :
>
>> I think it is likely to be very difficult.
>>
>> Verilog BFMs are generally written in a way that simply does not work
>> in VHDL - using cross-module references to call BFM tasks. Over the
>> years I have established a methodology for doing the translation by
>> hand, and I can usually get reasonable results - but it is not a
>> mechanical process, because there are so many different styles for
>> writing Verilog BFMs.

>
> I think I can see your point. I don't have much experience (not at all,
> actually) with Verilog simulation, only RTL.
>
>
>> I suggest that the mixed-language simulation licence is probably
>> your most viable route. No, I don't work for Mentor sales

>
> I already contacted my local distributor and got a price. The decision is
> not mine anymore.


If you need a mixed license to do your work then I would suggest you speak
to your manager again. If this is a student project then you might want to
try the new Modelsim Student license route, see:
http://www.model.com/resources/stude...t_download.asp

Alternatively, request an evaluation license and work like hell for 30 days


Hans
www.ht-lab.com


>
> Nicolas





HT-Lab
  Reply With Quote
Old 02-07-2007, 03:49 AM   #9
Ajeetha (www.noveldv.com)
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request

> I think I can see your point. I don't have much experience (not at all,
> actually) with Verilog simulation, only RTL.
>


Well I'm told by someone who has worked in Europe that many
engineers over there (data is some 5 years old) believe that Verilog
is only for gate Level. If I read your post correctly, that still
seems to be the case

Why do you say "no verilog, only RTL" - RTL can be in Verilog or
VHDL.

Or maybe it was just a typo!

Ajeetha, CVC
www.noveldv.com



Ajeetha (www.noveldv.com)
  Reply With Quote
Old 02-07-2007, 08:59 AM   #10
Colin Paul Gloster
 
Posts: n/a
Default Re: Another Verilog to VHDL converter request

Ajeetha posted on 6 Feb 2007 19:49:39 -0800:

"> I think I can see your point. I don't have much experience (not at all,
> actually) with Verilog simulation, only RTL.
>


Well I'm told by someone who has worked in Europe that many
engineers over there (data is some 5 years old) believe that Verilog
is only for gate Level. If I read your post correctly, that still
seems to be the case "

At where I am based in Europe, VHDL is used as a source language and
automatically generated Verilog happens to be used by the tool suite
for the netlists' simulations. We do not produce any handwritten
Verilog.

"Why do you say "no verilog, only RTL" - RTL can be in Verilog or
VHDL.

Or maybe it was just a typo!"

Perhaps he was indicating that the only Verilog experience he has is
with lower level Verilog netlist simulations generated from higher
level VHDL code instead of high level Verilog simulations.


Colin Paul Gloster
  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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Two ways to Converter DVD to iPod MP4 Format Jukiss Software 10 09-15-2009 05:14 AM
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Very slow recognising DVD disc Terry Pinnell DVD Video 1 03-28-2006 06:53 PM
Now I introduce some popular software of multimedia eightsome@gmail.com DVD Video 0 03-28-2006 02:29 PM
Video Converters, and Movie and Video Splitters and Joiners, 2003 TEL4 tel2003@pathfinder.gr, tel2003@popmail.com, tel4@ath.forthnet.gr DVD Video 1 09-28-2003 03:13 AM




SEO by vBSEO 3.3.2 ©2009, 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