Changes between Version 14 and Version 15 of sysgen2opb


Ignore:
Timestamp:
Mar 7, 2006, 1:14:06 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v14 v15  
    99 1. ''More Steps Here''
    1010 1. Run `sysgen2opb('yourModelName', hex2dec('yourBaseAddress'))` in MATLAB if you do not want to have prefixes for gateways that are not converted to registers. Otherwise, if you want prefixes, run `sysgen2opb('yourModelName', hex2dec('yourBaseAddress'), 'prefix')` in Matlab. Replace `yourModelName` with your Simulink model's name without the `.mdl` extension. Replace `yourBaseAddress` with a 32-bit memory address in hexidecimal notation. `FF100000` is usually a safe choice. Replace `prefix` with the prefix name that you wish to have for the gateways that are not converted to registers.
     11 1. There are two different sysgen2opb files and two different skeleton_periph_model files due to the differences between Sysgen7 and Sysgen8. sysgen72opb and skeleton_periph_model7 are the two files that should be used for Sysgen7. sysgen82opb and skeleton_periph_model8 are the two files that should be used for Sysgen8.
    1112
    1213== Current Limitations ==