Forum Discussion
Altera_Forum
Honored Contributor
9 years agoFFT IP Core and Modelsim
Hello! I'm trying to run the RTL simulation of a project which contains Altera FFT module. In Modelsim (spawned with the NativeLink), after pointing all libraries I still have an error: error...
Altera_Forum
Honored Contributor
9 years agoIn that case check a file with extension (.do or .tcl) generated by native link and search for missing file. This .do file decides which design files to compile before running vsim. It should be given a vcom statement pointing to its location. If that location is wrong then you can correct the line (vcom will also require library which could be work or any other library as per tool)