Forum Discussion
Altera_Forum
Honored Contributor
18 years agohave error in DSP builder when I use signal compiler
when i try to compile singen demo by signal compiler.The error message appears: Error: Failed to create Quartus II project singen in directory c:\altera\72\quartus\dsp_builder\DesignExamples\Tu...
Altera_Forum
Honored Contributor
17 years agoMake sure that you don't have any residual DSP Builder blocks residing in the _import directory (or any of the other directories w/in the project). I had an issue like this in which there were multiple versions of certain FIR filters (but I was only instantiating one of them in the actual MDL file). When the <module_name>_add.tcl file is run in Quartus, it basically looks for any .tcl files in any of the directories and tries to run them. In this case, I traced through the errors in the processing window, and it was trying to load blocks that weren't necessarily valid, just because there were files leftover.
Hope this helps. Jeff