Changes between Version 38 and Version 39 of sysgen2opb


Ignore:
Timestamp:
Jun 16, 2006, 5:19:23 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v38 v39  
    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.
    33
    4 'sysgenGWSM2opb' is a similar script to 'sysgen2opb'. This script includes Shared Memory support.
     4'sysgenGWSM2opb' is a similar script to 'sysgen2opb'. This script includes Shared Memory support by using Dual Port RAM's.
    55
    66The latest copy of this tool is available in the [source:/PlatformSupport/sysgen2opb/ repository].
     
    2323   1. Replace `newPrefix` with a string which will replace the `"no_reg"` prefix attached to unconverted gateways. Use a blank string (`''`) to simply strip the `"no_reg_"` prefix.
    2424
    25 == sysgenGWSM2opb Dual Port Requirements ==
     25== sysgenGWSM2opb Dual Port RAM Requirements ==
     26Sample models are available in the repository (both converted and unconverted). Note that the unconverted models are not meant to be simulated. The models are only for demonstration purposes in order to show the Dual Port RAM requirements.
    2627=== DPRAM (Read only) ===
    2728