Changes between Version 13 and Version 14 of FAQ/PlatformSupportPackages


Ignore:
Timestamp:
Apr 11, 2007, 1:33:47 PM (17 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/PlatformSupportPackages

    v13 v14  
    33----
    44== How do I install sysgen2opb? ==
    5 The 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.
     5The sysgen2opb flow has two parts. The first is the sysgen2opb script and other supporting files, 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.
    66
    7 You 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=== sysgen2opb ===
     8You 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 <MATLAB_ROOT> is the root of your MATLAB 7.1 installation.
    89{{{
    9 C:\MATLAB71\toolbox\WARP\sysgen2opb.m
    10 C:\MATLAB71\toolbox\WARP\skeleton_periph_model.mdl
     10<MATLAB_ROOT>\toolbox\WARP\
     11  |-sysgen2opb.m
     12  |-skeleton_periph_model.mdl
     13  |-WARP_Logo.jpg
     14  |-WARP Blockset\
     15     |-slblocks.m
     16     |-WARP_Blockset.mdl
    1117}}}
    1218
    13 After copying the sysgen2opb files to this folder, you need to update MATLAB's search path to include the new directory. In MATLAB, choose File->Set Path. Click Add Folder, navigate to C:\MATLAB71\toolbox\WARP, click OK, then click Save.
     19After copying the sysgen2opb files to this folder, you need to update MATLAB's search path to include the new directory. In MATLAB, choose File->Set Path. Click Add with Subfolders, navigate to <MATLAB_ROOT>\toolbox\WARP, click OK, then click Save. Finally, run these commands on the MATLAB command line to force a refresh of the toolbox caches:
    1420
     21{{{
     22rehash toolboxcache
     23rehash toolbox
     24clear all functions
     25}}}
     26
     27=== OPB Export Tool ===
    1528You 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.
    1629