wiki:FAQ/PlatformSupportPackages

Version 13 (modified by murphpo, 17 years ago) (diff)

--

FAQ/PlatformSupportPackages


How do I install sysgen2opb?

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.

You can download the sysgen2opb files from the 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.

C:\MATLAB71\toolbox\WARP\sysgen2opb.m
C:\MATLAB71\toolbox\WARP\skeleton_periph_model.mdl

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.

You can download the OPB Export Tool from its page on this site. The installation process differs between versions of System Generator. Please see the OPB Export Tool page for complete instructions.


I am not able to open any of the Xilinx System Generator blocks.

On the Command Window of Matlab, if you are seeing a similar error message like the following:
Error updating block : xbsIndex_r4/EDK Processor
Error updating block : xbsControl_r4/EDK Processor
Error updating block : xbsDSP_r4/DSP48 Macro
Error updating block : xbsIndex_r4/DSP48 Macro

Then run the following three commands in Matlab:

rehash toolboxcache
rehash toolbox
clear all functions