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

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-11-2008, 06:33 AM
makhan
Guest
 
Posts: n/a
Default Probelms simulating Xilinx FFT version 3.2 core in ModelSim SE

Hello,

I am using Xilinx 9.1i and Modelsim 5.7g. I instantiated a coregen
module for FFT ver 3.2. After successfully synthesizing the module
with the generated xco, I am now trying to simulate the module. The
hierarchy is as follows:
fft_tb => fft_top => fft.v (generated by coregen)

I am using a custom script as follows:
#############################################
vlib work
vlog fft.v "../fft_top.v" fft_tb.v
vsim -t 1ps -L xilinxcorelib_ver -L unisims_ver -L simprims_ver -lib
work fft_tb_v glbl
view wave
add wave *
add wave /glbl/GSR
do {fft_tb_v.udo}
view structure
view signals
run 1000ns
##############################################
I have compiled simprims, xilinxcorelib and unisim libraries (verilog
versions) and added them to Modelsim. When I select Simulate
Behavioral Model from Xilinx, it opens modelsim and finds all the
xilinx primitives, which fft module calls, except for these:

# ** Error: (vsim-3033) fft.v(10097): Instantiation of
'fft_r22_cnt_ctrl_6' failed. The design unit was not found.
# Region: /fft_tb_v/uut/U1
# Searched libraries:
# C:/Xilinx91i/verilog/mti_se/XilinxCoreLib_ver
# C:/Xilinx91i/verilog/mti_se/unisims_ver
# C:/Xilinx91i/verilog/mti_se/simprims_ver
# work
# ** Error: (vsim-3033) fft.v(10111): Instantiation of
'fft_r22_cnt_ctrl_7' failed. The design unit was not found.
# Region: /fft_tb_v/uut/U1
# Searched libraries:
# C:/Xilinx91i/verilog/mti_se/XilinxCoreLib_ver
# C:/Xilinx91i/verilog/mti_se/unisims_ver
# C:/Xilinx91i/verilog/mti_se/simprims_ver
# work
# ** Error: (vsim-3033) fft.v(10183): Instantiation of
'fft_r22_cnt_ctrl_8' failed. The design unit was not found.
# Region: /fft_tb_v/uut/U1
# Searched libraries:
# C:/Xilinx91i/verilog/mti_se/XilinxCoreLib_ver
# C:/Xilinx91i/verilog/mti_se/unisims_ver
# C:/Xilinx91i/verilog/mti_se/simprims_ver
# work

So I dont understand why these primitives are present in the core and
why are they not subdivided into modules which are present in simprims
library or any xilinx library for that matter.

Is it a problem of using older Modelsim version with new xilinx
version? Do I need to upgrade ips for 9.1, I am currently working with
the ip set provided in xilinx installation?

Any ideas how I can fix the problem?

Thanks in advance

Mansoor
Reply With Quote
  #2 (permalink)  
Old 04-11-2008, 01:51 PM
makhan
Guest
 
Posts: n/a
Default Re: Probelms simulating Xilinx FFT version 3.2 core in ModelSim SE

I found a workaround, if the FFT core is generated with bit revered
order instead of Natural Order, then the errors are removed and
simulation runs smoothly.

Mak
Reply With Quote
  #3 (permalink)  
Old 04-11-2008, 02:02 PM
sprocket
Guest
 
Posts: n/a
Default Re: Probelms simulating Xilinx FFT version 3.2 core in ModelSim SE

makhan wrote:
> the FFT core is generated with bit revered order

^^^^^^^^^^^

Nuff respect?

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
simulating xilinx block ram with modelsim [email protected] FPGA 16 11-21-2007 01:13 PM
Simulating EDK 8.1i System using ModelSim 6.1e [email protected] FPGA 6 09-13-2006 06:28 PM
problem in simulating FFT core on ISE 7.1 tamania FPGA 1 07-18-2006 01:28 PM
Simulating TFT core in EDK Jon FPGA 2 04-11-2006 04:17 AM
Simulating PLB DDR in EDK 7.1 SP2 using ModelSim 6.0a Nju Njoroge FPGA 2 11-24-2005 05:09 AM


All times are GMT +1. The time now is 03:56 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