Changes between Version 1 and Version 2 of sysgen2opb/SystemGenerator


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

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb/SystemGenerator

    v1 v2  
    1 == Using System Generator - Settings ==
     1= Using System Generator - Settings =
    22When 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.