Changes between Version 10 and Version 11 of FAQ/PlatformSupportPackages


Ignore:
Timestamp:
Oct 17, 2006, 8:34:32 AM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/PlatformSupportPackages

    v10 v11  
    11= [wiki:FAQ FAQ]/PlatformSupportPackages =
     2----
     3== How do I install sysgen2opb? ==
     4The sysgen2opb flow has two parts. The first is the sysgen2opb script and skeleton model, which are used to convert the interfaces in a System Generator model into OPB-compatible registers. The second is the OPB Export Tool, which creates the netlist and peripheral data files for your design.
     5
     6You can download the sysgen2opb files from the [source:/PlatformSupport/sysgen2opb/ repository]. These files should be installed in your MATLAB path. We recommend putting the files in the following directory, where MATLAB71 is the root of your MATLAB 7.1 installation.
     7{{{
     8C:\MATLAB71\toolbox\WARP\sysgen2opb.m
     9C:\MATLAB71\toolbox\WARP\skeleton_periph_model.mdl
     10}}}
     11
     12You can download the [wiki:OPBExportTool OPB Export Tool] from its page on this site. The installation process differs between versions of System Generator. Please see the [wiki:OPBExportTool OPB Export Tool] page for complete instructions.
    213----
    314== I am not able to open any of the Xilinx System Generator blocks. ==
     
    920
    1021Then run the following three commands in Matlab:
    11 [[BR]]`rehash toolboxcache`
    12 [[BR]]`rehash toolbox`
    13 [[BR]]`clear all functions`
     22{{{
     23rehash toolboxcache
     24rehash toolbox
     25clear all functions
     26}}}