Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > How to call verilog file as a PACKAGE in VHDL.

Reply
Thread Tools

How to call verilog file as a PACKAGE in VHDL.

 
 
dipesh.trivedi
Guest
Posts: n/a
 
      07-09-2007
Dear Friends,

I am doing conversion of VHDL to Verilog of some of my project files.
Using tool called VISUAL ELITE.
But its not supporting CONSTANT's of VHDL. So not able to do it. So i
have converted that package file into verilog by changing CONSTANT
with PARAMETER of verilog. Now i have to call this file in VHDL.
Is it possible to call this file and use it as a PACKAGE???

Please Guide me...
Thanks in advance...
Waitin for ur replies...

 
Reply With Quote
 
 
 
 
Evan Lavelle
Guest
Posts: n/a
 
      07-09-2007
On Mon, 09 Jul 2007 02:53:14 -0000, "dipesh.trivedi"
<> wrote:

>Dear Friends,
>
> I am doing conversion of VHDL to Verilog of some of my project files.
>Using tool called VISUAL ELITE.
>But its not supporting CONSTANT's of VHDL. So not able to do it. So i
>have converted that package file into verilog by changing CONSTANT
>with PARAMETER of verilog. Now i have to call this file in VHDL.
>Is it possible to call this file and use it as a PACKAGE???


Your question doesn't really make sense. Why would you want to convert
a VHDL package into Verilog, and then "call" that Verilog "package"
from VHDL? You need to be more specific about exactly what your
problem is.

Some simulators will allow mixed-language simulation; you need to
check your simulator docs. Generally, you'll be able to instantiate a
Verilog module into a VHDL architecture, or a VHDL
configuration/component into a Verilog module. If you need to convert
a package, then you'll probably have to manually translate whatever
its contents are, and `include the result in a Verilog module.

>Waitin for ur replies...


Ur is, or was, a Sumerian city. If you're waiting for a reply from it,
then you're out of luck. If, on the other hand, you're trying to spell
the possessive pronoun in English, you should perhaps stick with
"your".

Evan
 
Reply With Quote
 
 
 
 
Niv
Guest
Posts: n/a
 
      07-09-2007
On 9 Jul, 10:17, Evan Lavelle <nos...@nospam.com> wrote:
> On Mon, 09 Jul 2007 02:53:14 -0000, "dipesh.trivedi"
>
> <dipesh.triv...@gmail.com> wrote:
> >Dear Friends,

>
> > I am doing conversion of VHDL to Verilog of some of my project files.
> >Using tool called VISUAL ELITE.
> >But its not supporting CONSTANT's of VHDL. So not able to do it. So i
> >have converted that package file into verilog by changing CONSTANT
> >with PARAMETER of verilog. Now i have to call this file in VHDL.
> >Is it possible to call this file and use it as a PACKAGE???

>
> Your question doesn't really make sense. Why would you want to convert
> a VHDL package into Verilog, and then "call" that Verilog "package"
> from VHDL? You need to be more specific about exactly what your
> problem is.
>
> Some simulators will allow mixed-language simulation; you need to
> check your simulator docs. Generally, you'll be able to instantiate a
> Verilog module into a VHDL architecture, or a VHDL
> configuration/component into a Verilog module. If you need to convert
> a package, then you'll probably have to manually translate whatever
> its contents are, and `include the result in a Verilog module.
>
> >Waitin for ur replies...

>
> Ur is, or was, a Sumerian city. If you're waiting for a reply from it,
> then you're out of luck. If, on the other hand, you're trying to spell
> the possessive pronoun in English, you should perhaps stick with
> "your".
>
> Evan


I really want to see what the leading HDL citezen(s) of Ur have to
say!
Perhaps they have a Rosetta Stone equivalent for VHDL to Verilog.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Package HTML - Missing package documentation file jochenhebbrecht@gmail.com Java 1 11-27-2007 01:59 PM
Call Perl in Verilog or SV? Shenli Perl Misc 2 01-11-2007 03:23 PM
Verilog Task Call with VHDL TestBench masini VHDL 0 04-05-2006 08:37 AM
single package import v/s the entire package Parvinder Java 6 02-27-2005 02:02 PM



Advertisments
 



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