Changes between Version 60 and Version 61 of sysgen2opb


Ignore:
Timestamp:
Jul 20, 2006, 5:34:32 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v60 v61  
    7777[[BR]]There's no need to connect anything to Outport B due to the fact that the Shared Memory is being written
    7878
     79== Using System Generator ==
     80When 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.
    7981
    8082== Current Limitations ==