ONors
New Contributor
6 years agoHow to simulate FFT IP Core in Modelsim.
I am trying to simulate the FFT IP Core in Modelsim - INTEL FPGA
STARTER EDITION 10.5b.
I have generated a simulation model from Qsys.
I have started Modelsim and navigated to the mentor sub directory and executed:
source msim_setup.tcl
dev_com
comSome files are being compiled, but it fails with the following when trying to compile hyper_pipeline_interface.v.
# vlog -reportprogress 300 ./../../altera_fft_ii_161/sim/mentor/hyper_pipeline_interface.v -work fft_altera_fft_ii_161
# ** Error: ./../../altera_fft_ii_161/sim/mentor/hyper_pipeline_interface.v(38): (vlog-2163) Macro `<protected> is undefined.
# ** Error: ./../../altera_fft_ii_161/sim/mentor/hyper_pipeline_interface.v(38): (vlog-2163) Macro `<protected> is undefined.
# ** Error: (vlog-13069) ./../../altera_fft_ii_161/sim/mentor/hyper_pipeline_interface.v(38): syntax error in protected region.
#
# ** Error: ./../../altera_fft_ii_161/sim/mentor/hyper_pipeline_interface.v(38): (vlog-13205) Syntax error found in the scope following '<protected>'. Is there a missing '::'?
# End time: 12:41:36 on Mar 20,2019, Elapsed time: 0:00:00
# Errors: 5, Warnings: 0
# /opt/intelFPGA/16.1/modelsim_ase/linuxaloem/vlog failed.How can I make the '<protected> macro defined or otherwise compile the FFT IP Core?