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

Reply

VHDL - simulating Xilinx cores

 
Thread Tools Search this Thread
Old 03-13-2008, 08:27 PM   #1
Default simulating Xilinx cores


I would like to simulate some modules in Verilog along with a FIFO
generated by ISE core. I would like to know if it is possible to
simuate teh Xilinx generated cores. If so, which tools do I need to
use for that? Is there a free Xilinx simulator I could use to sereve
the purpose? I was using Modelsim till date. I dont think Modelsim
would recognize the Xilinx cores.
Your comments would be appreciated.


FPGA
  Reply With Quote
Old 03-13-2008, 10:50 PM   #2
hilal
Junior Member
 
Join Date: Mar 2008
Posts: 5
Default
you could always download Xilinx ISE 9.2i Webpack which is a free version (don't contain all the models of their FPGA cores).

Then you can use the XST simulator built in ISE 9.2i, which should recognize the cores if you have the following packages:

library UNISIM;
use UNISIM.VComponents.all;

EDIT--- sorry I don't know how you would include these packages in Verilog, this is VHDL code.


hilal
hilal is offline   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
UCF file for virtex family...using Xilinx 10.1 dhoomketu Hardware 0 05-23-2009 07:36 PM
Xilinx 7.1 and testbench error boitsas Software 0 01-15-2008 04:14 PM
Dazzle Box... swt458 Hardware 2 01-15-2008 06:06 AM
xilinx Bram lastval Hardware 0 10-08-2007 10:22 PM
VHDL (Assigning pins in xilinx) amanpervaiz Hardware 3 12-02-2006 04:37 PM




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