Changes between Version 35 and Version 36 of sysgen2opb


Ignore:
Timestamp:
Jun 16, 2006, 4:46:21 PM (18 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v35 v36  
    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 ==
     26<B><U>DPRAM (Read only)</B></U>
     27
     28DPRAM Name Prefix: SMRO_
     29
     30<U>DPRAM Inport addrb Source Block</U>
     31Name Prefix: SMROAddr_
     32Block Type: Gateway In
     33Output Type: UFix14_0
     34
     35<U>DPRAM Inport dinb Source Block</U>
     36Name Prefix: SMROWE_
     37Block Type: Xilinx Constant
     38Constant Value: 0
     39Number of bits: 32
     40
     41<U>DPRAM Inport web Source Block</U>
     42Name Prefix: SMRODataI_
     43Block Type: Xilinx Constant
     44Output Type: Boolean
     45Constant Value: 0
     46
     47<U>DPRAM Outport B Destination Block</U>
     48Name Prefix: SMRODataO_
     49Block Type: Gateway Out
     50
     51<B><U>DPRAM (Write only)</B></U>
     52
     53DPRAM Name Prefix: SMWO_
     54
     55<U>DPRAM Inport addrb Source Block</U>
     56Name Prefix: SMWOAddr_
     57Block Type: Gateway In
     58Output Type: UFix14_0
     59
     60<U>DPRAM Inport dinb Source Block</U>
     61Name Prefix: SMWOWE_
     62Block Type: any Xilinx blocks that can set the output number of bits to 32
     63Number of bits: 32
     64
     65<U>DPRAM Inport web Source Block</U>
     66Name Prefix: SMWODataI_
     67Block Type: Gateway In
     68Output Type: Boolean
     69
     70<U>DPRAM Outport B Destination Block</U>
     71Name Prefix: SMWODataO_
     72Block Type: Gateway Out
     73
     74
    2575== Current Limitations ==
    2676 * The script (''sysgen2opb.m'') and skeleton peripheral model (''skeleton_periph_model7.mdl'' and/or ''skeleton_periph_model8.mdl'') must in the same directory as the model you wish to convert.