Changes between Version 89 and Version 90 of sysgen2opb


Ignore:
Timestamp:
Mar 30, 2007, 9:59:25 AM (17 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v89 v90  
    3333 * The model you're converting must contain at least one RW Register and one RO Register.
    3434 * The generated OPB interface must be clocked at the system sample period.
    35  * Every register created by the script will have a unique address on a 4-byte boundary (i.e. addr[1:0]=2'b0 for all).
     35 * Every register created by the script will have a unique address on a 4-byte boundary (i.e. addr![1:0]=2'b0 for all).
    3636 * The memory interface blocks created by the script will be placed in the middle of the top-level of the model, probably underneath existing subsystems. Connectivity won't be changed, but you'll have to clean things up by hand.
    3737 * RO Registers do not support Boolean datatypes. You must cast signals to UFix1_0 before connecting the RO Register block.