Due to an update in the Quartus® II software v15.0 release, the above command is no longer functional, even though it still shows in the handbook. The handbook describes using "dspba.set_param(control{1},\'destination\',dest_dir)" to change the RTL destination directory. To change your RTL destination directory in the Quartus® II software v15.0 and later, use the following command: dspba.SetRTLDestDir(model,dest_dir) For example, if you are using the demo_fft.mdl example that comes with the DSP Builder for Intel® FPGAs (Advanced Blockset), use the following command: dspba.SetRTLDestDir(\'demo_fft\',\'MyRTL\')Why can't I change my RTL destination directory using the dspba.set_param command as shown in the DSP Builder for Intel® FPGAs Handbook?
                                    Related Products
                This article applies to 23 products
				
Debido a una actualización en la versión 15.0 del software Quartus® II, el comando anterior ya no funciona, a pesar de que todavía se muestra en el manual.
El manual describe el uso de "dspba.set_param(control{1},\'destination\',dest_dir)" para cambiar el directorio de destino de RTL.
Para cambiar el directorio de destino de RTL en el software Quartus® II v15.0 y versiones posteriores, utilice el siguiente comando:
dspba. SetRTLDestDir(modelo, dest_dir)
Por ejemplo, si está utilizando el ejemplo demo_fft.mdl que viene con el DSP Builder for Intel® FPGAs (Advanced Blockset), utilice el siguiente comando:
dspba. SetRTLDestDir(\'demo_fft\',\'MyRTL\')