Changes between Version 13 and Version 14 of sysgen2opb


Ignore:
Timestamp:
Mar 4, 2006, 10:26:11 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v13 v14  
    2424 * A maximum of 32 registers can be created (a limitation of the multiplexor block).
    2525 * 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.
     26
     27== Current Bugs ==
     28 * The high address that is automatically calculated for the p_select block is 1 too big (should be base+1023, not base+1024)
     29 * The script fails if there are no gateways or if there are no gateways out. It should fail only if there are no gateways at all.