Changes between Version 51 and Version 52 of sysgen2opb


Ignore:
Timestamp:
Jul 11, 2006, 3:35:39 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v51 v52  
    1010== Using sysgen2opb ==
    1111 1. Prepend `"no_reg_"` to a gateway's name to prevent its being converted to a register. These gateways will become top-level HDL ports in the exported peripheral.
    12  1. The original script is supported for System Generator version 7.1 and 8.1. The Shared Memory Extension Script is only supported for System Generator version 8.1.
     12 1. The original script is supported for System Generator version 7.1 and 8.1. The Shared Memory Extension Script and the Configurable Subsystem Extension Script are only supported for System Generator version 8.1.
    1313 1. Copy the conversion script (''sysgen2opb.m'') and its required skelton peripheral model (''skeleton_periph_model7.mdl'' or ''skeleton_periph_model8.mdl'') to the same directory as your model. ''skeleton_periph_model7.mdl'' is required for System Generator version 7.1 and ''skeleton_periph_model8.mdl'' is required for System Generator version 8.1.
    1414 1. Make sure MATLAB's current working directory is the folder containing your model, the sysgen2opb script and skeleton model. Run the script on the MATLAB command line like `sysgen2opb('yourModelName', hex2dec('yourBaseAddress'), 'yourSelection', 'newPrefix')`.