Changes between Version 68 and Version 69 of sysgen2opb


Ignore:
Timestamp:
Jul 21, 2006, 2:20:44 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v68 v69  
    2929      `sysgen2opb('yourModelName', hex2dec('yourBaseAddress'), 'yourSelection')`
    3030
    31 == General Guides ==
    32  1. [wiki:sysgen2opb/GeneralDesignFlow General Design Flow]
    33  1. [wiki:sysgen2opb/SharedMemory Shared Memory]
    34 
    35 
    36 
    37 
    38 == Using System Generator ==
    39 When you run System Generator in order to convert it to HDL, if you use Settings to navigate to your XPS project, it will directly store the pcores folder in the XPS project directory. The pcores folder will include a 'mdlsrc' folder within the OPB folder in order to store the converted and unconverted models. It will also generate a drivers folder where the header file will be stored in the XPS project directory. In that case, you can just use #include "modelName_gateways.h" where modelName is the name of the model. This will allow you to access the different registers and shared memory variables. Otherwise, if you do not use settings, within the generated netlist folder, there will be the pcores folder and the drver folder. Be sure to bring those over to XPS once your project is created.
    40 
    4131== Current Limitations ==
    4232 * The script (''sysgen2opb.m'') and skeleton peripheral model (''skeleton_periph_model.mdl'') must in the same directory as the model you wish to convert.
     
    5444== Current Bugs ==
    5545 * The script fails if there are no gateways or if there are no gateways out. It should fail only if there are no gateways at all.
     46
     47== General Guides ==
     48 1. [wiki:sysgen2opb/GeneralDesignFlow General Design Flow]
     49 1. [wiki:sysgen2opb/SharedMemory Shared Memory]
     50 1. [wiki:sysgen2opb/SystemGenerator Using System Generator - Settings]