= [wiki:FAQ 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 [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. {{{ C:\MATLAB71\toolbox\WARP\sysgen2opb.m C:\MATLAB71\toolbox\WARP\skeleton_periph_model.mdl }}} 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. ---- == 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: [[BR]]Error updating block : xbsIndex_r4/EDK Processor [[BR]]Error updating block : xbsControl_r4/EDK Processor [[BR]]Error updating block : xbsDSP_r4/DSP48 Macro [[BR]]Error updating block : xbsIndex_r4/DSP48 Macro Then run the following three commands in Matlab: {{{ rehash toolboxcache rehash toolbox clear all functions }}}