MATLAB FIXED-POINT TOOLBOX - RELEASE NOTES User's Guide Page 25

  • Download
  • Add to my manuals
  • Print
  • Page
    / 99
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 24
System Generator for DSP Getting Started Guide www.xilinx.com 25
UG639 (v 12.2) July 23, 2010
Post Installation Tasks
Configuring the System Generator Cache
Both the System Generator simulator and the design generator incorporate a disk cache to
speed up the iterative design process. The cache does this by tagging and storing files
related to simulation and generation, then recalling those files during subsequent
simulation and generation rather than rerunning the time consuming tools used to create
those files.
Setting the Size
By default, the cache will use up to 500 MB of disk space to store files. To specify the
amount of disk space the cache should use, set the SYSGEN_CACHE_SIZE environment
variable to the size of the cache in megabytes. Set this number to a higher value when
working on several large designs.
Setting the Number of Entries
The cache entry database stores a fixed number of entries. The default is 20,000 entries. To
set size of the cache entry database, set the SYSGEN_CACHE_ENTRIES environment
variable to the desired number of entries. Setting this number too small will adversely
affect cache performance. Set this number to a higher value when working on several large
designs.
You can use the
xlCache function to manage and inspect the properties of difference caches
used by System Generator. A detailed description of this function can be found under the
topic
System Generator Utilities.
Displaying and Changing Versions of System Generator
It is possible to have several versions of System Generator installed. The MATLAB
command xlVersion displays which versions are installed, and makes it possible to
switch from one to another. xlVersion is useful when upgrading a model to run in the
latest version of System Generator.
Entering "xlVersion" in the MATLAB console displays the versions of System Generator
that are installed, and entering "xlVersion <version>" switches to the specified
version. For example, if the versions that are installed are 11.4 and 12.1, and the currently
selected version is 12.1, then entering "xlVersion" displays
Available System Generator installations:
Version 11.4 in C:/Xilinx/11.4/DSP_Tools/sysgen
Version 12.1 in C:/Xilinx/12.1_ISE_DS/ISE/sysgen
Current version of System Generator is 12.1.
Entering "xlVersion 11.4" switches the System Generator version to 11.4.
Occasionally, it is necessary to restart MATLAB to make it possible to switch. In this case,
the response to entering "xlVersion 12.1" looks like the following:
Please restart MATLAB and run xlVersion 12.1 again to switch.
When the switch succeeds, xlVersion prints the following:
Your System Generator has been switched. Please restart MATLAB.
If you install System Generator 11.4 after you install 12.1, you need to install 12.1 again in
order to make xlVersion work.
Once you switch System Generator version, you need to switch to the right version of ISE
in order to make System Generator work correctly.
Page view 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 98 99

Comments to this Manuals

No comments