Installing the Software on a Windows Platform
Windows平台安装指南(摘自Synplify? DSP Installation and License Configuration.pdf)
The following procedure shows you how to install the Synplify DSP tool.
1. Make sure you have one of the following releases of the MATLAB and Simulink?
software from The MathWorks? installed:
– For supported versions, check the release notes.
– For a list of required MATLAB features that must be installed, see Synplify DSP and
MATLAB, on page 2.
注:需要安装Matlab、Simulink、Fixed Point Toolbox、Simulink Fixed Point、Signal Processing Toolbox、Filter Design Toolbox、Signal Processing Blockset。当然,对使用Matlab做信号处理的来说,这几个工具箱都是必需的,所以这一步可以直接跳过了。
For Linux installations, you must have write permission for the MATLAB installation,
because the Synplify DSP installation process writes into the MATLAB toolbox directory.
2. Install the software.
– Download the Synplify DSP application from the location provided to you by
Synplicity.
– Double click the .exe file and follow the installation instructions. For further client
and server setup instructions, see License Configuration, on page 8.
安装软件,这个就不需要多说了……
3. Start MATLAB. In MATLAB, change the working directory to C:\Program
Files\Synplicity\Synplify_dsp_<version>\mathworks.
Note that if you had a previous version of the Synplify DSP software installed, you
must start a new MATLAB session.
关键点!把MATLAB的工作目录设成Synplify DSP的安装目录!
4. At the MATLAB command line prompt, do the following:
– Type setup to execute the setup script (setup.m) in the working directory.
– When the Timing Engine Configuration window opens, specify the location of the Synplify
Pro executable and click OK. You must specify this because the tool uses the
synthesis timing engine for Advanced Timing Mode. If you do not specify it or the
tool cannot find the executable, you will get warning messages in the log file telling
you that the software is using estimation mode instead.
–When the installation is complete, the tool confirms the locations with a popup
window. Click OK to close the window.
执行setup命令,Matlab自动安装Synplify DSP的工具箱。
5. Double check the installation by typing the following at the MATLAB command line:
– Type syndsproot. The software echoes the path where the Synplify DSP software is
installed.
– Type path. The window shows the path where the MATLAB software is installed:
– Check the version number by typing syndspver. You see information about the
installed version of the Synplify DSP software.
安装完后的验证。
6. Check that you have all the necessary MATLAB features installed by typing the
following at the MATLAB prompt:
setup('check')
This command checks the platform and licenses for the MATLAB features required for
Synplify DSP. It lists all the licenses it finds, and generates warnings for any missing
licenses.
还是验证……
用户377235 2014-5-19 21:10
有用