Changes between Version 84 and Version 85 of sysgen2opb


Ignore:
Timestamp:
Mar 22, 2007, 1:54:38 PM (17 years ago)
Author:
elliotng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v84 v85  
    2828 * 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).
    2929 * Every register will be read/write. Read/write-only must be enforced by software.
    30  * From the script, we can have at most 1024 Gateways. However, with some limitation in one of the tools, we can only use 450 Gateways. A check is implemented to make sure that we have less than/equal 450 Gateways.
     30 * From the script, we can have at most 1024 From/To Registers. However, with some limitation in one of the tools, we can only use 450 Gateways. A check is implemented to make sure that we have less than/equal 450 From/To Registers.
    3131 * 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.
    3232 * Any Boolean type connected to a Gateway Out needs to be cast to a UFix1_0 before being connected to the Gateway Out.
    3333 * Path to output register must contain synchronous path.
    34 
    35 == Known Bugs ==
    36  * 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.
    3734
    3835== General Guidelines ==