DSP Builder cannot communicate with MATLAB if you select Skip setup during installation of the standalone DSP Builder - DSP Builder cannot communicate with MATLAB if you select Skip setup during installation of the standalone DSP Builder Description If you are using a shared MATLAB environment, and during installation of the standalone DSP Builder you select Skip setup , DSP Builder cannot communicate with MATLAB because the Altera Installer fails to create a startup.m file. Resolution Manually configure the MATLAB environment by performing the following steps:For the standard blockset, add the following paths: In MATLAB, on the File menu, click Set Path. For the standard blockset, add the following paths:<quartus path>/dsp_builder/bin<quartus path>/dsp_builder/bin/matlab<quartus path>/dsp_builder/bin/mdllibrary For the advanced blockset, add the following paths:<quartus path>/dspba/Blocksets<quartus path>/dspba/Blocksets/BaseBlocks<quartus path>/dspba/Blocksets/FFTBlocks<quartus path>/dspba/Blocksets/Filters<quartus path>/dspba/Blocksets/ModelBus<quartus path>/dspba/Blocksets/ModelPrim<quartus path>/dspba/Blocksets/WaveformSynthesis<quartus path>/dspba/Docs<quartus path>/dspba/Docs/Help Add the following paths to the LD_LIBRARY _PATH environment variable:<quartus path>/quartus/linux<quartus path>/dsp_builder/bin<quartus path>/dspba/Blocksets/BaseBlocks Create a startup.m file in /home/jchang/matlab and include the following lines:addpath(\'<quartus path>/dsp_builder/bin\')addpath(\'<quartus path>/dsp_builder/bin/matlab\')addpath(\'<quartus path>/dsp_builder/bin/mdllibrary\')javaaddpath(\'<quartus path>/dsp_builder/bin/dspb_sblocks.jar\')addpath(\'<quartus path>/dspba/Blocksets\')addpath(\'<quartus path>/dspba/Blocksets/BaseBlocks\')addpath(\'<quartus path>/dspba/Blocksets/FFTBlocks\')addpath(\'<quartus path>/dspba/Blocksets/Filters\')addpath(\'<quartus path>/dspba/Blocksets/ModelBus\')addpath(\'<quartus path>/dspba/Blocksets/ModelPrim\')addpath(\'<quartus path>/dspba/Blocksets/WaveformSynthesis\')addpath(\'<quartus path>/dspba/Docs\')addpath(\'<quartus path>/dspba/Docs/Help\')addpath(genpath(\'<quartus path>/Examples\')) Custom Fields values: ['novalue'] Troubleshooting novalue True ['novalue'] ['FPGA Dev Tools Quartus II Software'] novalue 10.0 ['Programmable Logic Devices'] ['novalue'] ['novalue'] ['novalue'] - 2021-08-25

external_document