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? - 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? Description 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. Resolution 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\') Custom Fields values: ['novalue'] Troubleshooting - False ['novalue'] ['FPGA Dev Tools Quartus II Software'] No plan to fix 15.0 ['Arria® II GX FPGA', 'Arria® II GZ FPGA', 'Arria® V GT FPGA', 'Arria® V GX FPGA', 'Arria® V GZ FPGA', 'Arria® V ST FPGA', 'Arria® V SX FPGA', 'Cyclone® V E FPGA', 'Cyclone® V GT FPGA', 'Cyclone® V GX FPGA', 'Cyclone® V SE FPGA', 'Cyclone® V ST FPGA', 'Cyclone® V SX FPGA', 'Arria® 10 GT FPGA', 'Arria® 10 GX FPGA', 'Arria® 10 SX FPGA', 'Stratix® IV E FPGA', 'Stratix® IV GT FPGA', 'Stratix® IV GX FPGA', 'Stratix® V E FPGA', 'Stratix® V GS FPGA', 'Stratix® V GT FPGA', 'Stratix® V GX FPGA'] ['DSP Builder for Pro Edition'] ['novalue'] ['novalue'] - 2023-03-29

external_document