Changes between Initial Version and Version 1 of OPBExportTool


Ignore:
Timestamp:
Jul 14, 2006, 4:01:22 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OPBExportTool

    v1 v1  
     1= OPB Export Tool =
     2The OPB Export Tool is a System Generator compilation target. Once installed, this tool will enable the generation of a pcore, a self-contained peripheral core containing the HDL, netlists and data files necessary for its use in the EDK. This tool is part of the [wiki:sysgen2opb sysgen2opb] flow and must be installed before generating OPB peripherals in System Generator.
     3
     4== System Generator 7.1 ==
     5The OPB export tool for System Generator 7.1 is available directly from Xilinx. It is distrubted as part of an application note: [http://www.xilinx.com/bvdocs/appnotes/xapp264.pdf Xilinx XAPP264: Building OPB Slave Peripherals using System Generator]. You can read more about the tool in this app note, or download the files directly from [http://www.xilinx.com/bvdocs/appnotes/xapp264.zip Xilinx's site].
     6
     7== System Generator 8.1 ==
     8Xilinx has created a similar tool for System Generator 8.1 but has not yet posted it. In the meantime, they've given us permission to distribute it.
     9
     10 1. Download and unzip [attachment:wiki:OPB_Export_Tool_81.zip?format=raw OPB_Export_Tool_81.zip]
     11 1. Read the Xilinx's terms of use in the enclosed README.pdf file.
     12 1. Install the plugin by launching MATLAB, changing to the unzipped directory and running
     13{{{
     14xlInstallPlugin('EDK_OPB_export_tool_sg81.zip'))
     15}}}
     16