MATLAB DESIGN HDL CODER RELEASE NOTES User's Guide Page 318

  • Download
  • Add to my manuals
  • Print
  • Page
    / 410
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 317
318 www.xilinx.com System Generator for DSP User Guide
UG640 (v 12.2) July 23, 2010
Chapter 3: Using Hardware Co-Simulation
Here yourboard_toplevel is the name of the pre-compiled, top-level netlist component
you would like System Generator to use for the top level. You must also tell System
Generator the netlist file names that are associated with the top-level component. These
files are specified as shown below in yourboard_postgeneration.m.
params.vendor_netlists = {'yourboard_toplevel.ngc','foo.edf'};
Installing Board-Support Packages
SBDBuilder can generate a plugin zip file for your board support package that may be
installed automatically using the xlInstallPlugin
utility provided with System Generator.
You may manually install the board support package files if an appropriate plugin zip file
is not provided. This topic describes how to install the files manually in your System
Generator software tree.
Plugins Directory
The System Generator software provides a special directory in which the board support
package files for new compilation targets can be added. This directory,
plugins/compilation, provides a repository for System Generator compilation target
plugins, and has unique properties that are discussed later in this topic. Your System
Generator software tree should resemble the tree hierarchy shown below.
The board support package files for you board should be saved in a subdirectory, or series
of subdirectories, under the plugins/compilation directory.
Note:
All configuration files associated with a board support package must be saved in the same
directory.
System Generator searches this directory (and subdirectories) for compilation targets.
Recall that the xltarget.m file tells System Generator the board should be used as a
compilation target. When the tool searches the plugins/compilation directory, it adds
a compilation target to the System Generator block dialog box for every xltarget.m file
that it encounters.
The System Generator block dialog box Compilation submenus mirror the directory
structure under the plugins/compilation directory. When you create a new directory,
Page view 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 409 410

Comments to this Manuals

No comments