Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Port mapping a Verilog component in a VHDL design

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Port mapping a Verilog component in a VHDL design - ALuPin - 2004-01-15 10:50:00

Dear Sir or Madam,

I have the following problem:

I have a simulation component which is written in Verilog (not a trivial one
which could be translated to VHDL).
My toplevel design and all other components are written in VHDL.

My question:

Is it possible to include this Verilog component in my VHDL top level ?

What about the types  std_logic / std_logic_vector ?
Can I connect the inputs and outputs of the Verilog component to signals of
these types ?
How do I define it in the VHDL top level ?

I do not know if such thing is possible but I would be very
thankful for any information about that.


Kind regards
Andrés Vázquez
G&D System Development
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: Port mapping a Verilog component in a VHDL design - fabbl - 2004-01-15 12:26:00

Mixed designs are supported by certain vendor
tools. Modelsim SE has an
integrated kernel. See http://www.model.com/products/pdf/datasheets/se.pdf
page 2 for details.

"ALuPin" <A...@web.de> wrote in message
news:b...@posting.google.com...
> Dear Sir or Madam,
>
> I have the following problem:
>
> I have a simulation component which is written in Verilog (not a trivial
one
> which could be translated to VHDL).
> My toplevel design and all other components are written in VHDL.
>
> My question:
>
> Is it possible to include this Verilog component in my VHDL top level ?
>
> What about the types  std_logic / std_logic_vector ?
> Can I connect the inputs and outputs of the Verilog component to signals
of
> these types ?
> How do I define it in the VHDL top level ?
>
> I do not know if such thing is possible but I would be very
> thankful for any information about that.
>
>
> Kind regards
> Andrés Vázquez
> G&D System Development


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Port mapping a Verilog component in a VHDL design - Ray Andraka - 2004-01-16 22:09:00

I've had some success dealing with customer's
simulators that don't support
mixed languages by using the mapped output from synplicity in the target
language for simulation.  It is not as fast, and I have occasionally had
problems with INIT= attributes passing through if other than the default, but
otherwise it works.

fabbl wrote:

> Mixed designs are supported by certain vendor tools. Modelsim SE has an
> integrated kernel. See http://www.model.com/products/pdf/datasheets/se.pdf
> page 2 for details.
>
> "ALuPin" <A...@web.de> wrote in message
> news:b...@posting.google.com...
> > Dear Sir or Madam,
> >
> > I have the following problem:
> >
> > I have a simulation component which is written in Verilog (not a trivial
> one
> > which could be translated to VHDL).
> > My toplevel design and all other components are written in VHDL.
> >
> > My question:
> >
> > Is it possible to include this Verilog component in my VHDL top level ?
> >
> > What about the types  std_logic / std_logic_vector ?
> > Can I connect the inputs and outputs of the Verilog component to signals
> of
> > these types ?
> > How do I define it in the VHDL top level ?
> >
> > I do not know if such thing is possible but I would be very
> > thankful for any information about that.
> >
> >
> > Kind regards
> > Andrés Vázquez
> > G&D System Development

--
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930     Fax 401/884-7950
email r...@andraka.com
http://www.andraka.com

 "They that give up essential liberty to obtain a little
  temporary safety deserve neither liberty nor safety."
                                          -Benjamin Franklin, 1759