Changes between Version 46 and Version 47 of sysgen2opb


Ignore:
Timestamp:
Jul 6, 2006, 1:39:14 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v46 v47  
    11= sysgen2opb Peripheral Conversion Tool =
    22'sysgen2opb' is a MATLAB script which converts a model built in Xilinx System Generator into an OPB-compliant peripheral for use with the embedded PowerPCs. The script replaces all the model's gateways in/out with memory mapped registers. It also creates the necessary address decode logic and a C header file with the resulting register map.
    3 It has two options to run:
     3There are three options in running the script:
    44 1. Original Script - This script is exactly what is described on the above.
    55 1. Shared Memory Extension Script - This script is the Original Script with the Shared Memory extension. The Shared Memory support requires the usage of Dual Port RAM's.