Changes between Version 13 and Version 14 of FAQ/PlatformSupportPackages
- Timestamp:
- Apr 11, 2007, 1:33:47 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/PlatformSupportPackages
v13 v14 3 3 ---- 4 4 == 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.5 The 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. 6 6 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 === 8 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 <MATLAB_ROOT> is the root of your MATLAB 7.1 installation. 8 9 {{{ 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 11 17 }}} 12 18 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.19 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 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: 14 20 21 {{{ 22 rehash toolboxcache 23 rehash toolbox 24 clear all functions 25 }}} 26 27 === OPB Export Tool === 15 28 You 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. 16 29