FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > VHDL

VHDL comp.lang.vhdl newsgroup / Usenet

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2005, 06:31 AM
[email protected]
Guest
 
Posts: n/a
Default verilog module instantantiation in VHDL top level

Hi all,

In my design all the modules are in VHDL except one which is in
verilog.I wanted to know if it is possible to call my verilog module in
my VHDL top level.

If possible can any body tell me how to go about it.

Regards,
Praveen

Reply With Quote
  #2 (permalink)  
Old 07-11-2005, 09:20 AM
Tarun Batra
Guest
 
Posts: n/a
Default Re: verilog module instantantiation in VHDL top level

[email protected] wrote:

>Hi all,
>
>In my design all the modules are in VHDL except one which is in
>verilog.I wanted to know if it is possible to call my verilog module in
>my VHDL top level.
>
>If possible can any body tell me how to go about it.
>
>Regards,
>Praveen
>
>
>

Hi Praveen,
You will have to create a wrapper for the Verilog model as:

Entity <module name> is
End <module name>;

architecture verilog of <name> is
attribute foreign of verilog:architecture is "VERILOG(event)
work.<module name>:modulel";
begin
end;

In case you are using NCSIM, you can directly instantiate the verilog
component in VHDL.
NCSIM allows the instantiation of the Verilog in VHDL either through
direct instantiation, component binding or default bindings.

-Tarun
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing module : XFFT_V3_1 Verilog (not VHDL) module Vitaliy FPGA 0 11-21-2006 01:46 AM
Why do VHDL gate level models simulate slower than verilog [email protected] FPGA 3 06-09-2005 02:25 AM
Why do VHDL gate level models simulate slower than verilog abilash Verilog 0 05-19-2005 06:50 AM
Why do VHDL gate level models simulate slower than verilog abilash VHDL 1 05-17-2005 06:46 AM
Sending information between VHDL modules from the top level module fpgawizz FPGA 1 02-21-2005 05:27 PM


All times are GMT +1. The time now is 03:35 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved