JRose37
New Contributor
6 years agoSimulation of FFT IP Core in Modelsim fails, can't find "asj_fft_dualstream"
I've generated HDL code for the FFT module into a simple project that I'd like to simulate. When I run my .do file for the simulation in Modelsim, however, it fails each time.
Here is a copy of the error:
# Loading work.IFFT_fft_ii_0
# ** Error: (vsim-3033) ./IFFT_fft_ii_0.sv(59): Instantiation of 'asj_fft_dualstream' failed. The design unit was not found.
# Time: 0 ns Iteration: 0 Instance: /CSNEcommAddOn_tb/DUT/u0/fft_ii_0 File: ./IFFT_fft_ii_0.sv
# Searched libraries:
# C:/Users/USERNAME/Documents/HardwareDesign/FPGA/HARDWARE/PROJ/MBS_IFFT/libraries/work
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./runlab_CSNEcomm.do PAUSED at line 49I've attached a copy of my *.do script and the *.tcl script that was generated from the IP Core. Not sure if any other info would be helpful though.
Thanks for the help!