Changes between Version 8 and Version 9 of sysgen2opb


Ignore:
Timestamp:
Nov 26, 2005, 12:57:46 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysgen2opb

    v8 v9  
    1919 * Any sources driving gateways which are converted to registers will remain in the model. Functionally this is fine; they're just clutter.
    2020 * Gateways which become registers must be oriented Input->Output left-to-right. Rotated Gateways will still be replaced, but the Goto/From blocks used to maintain connectivity after conversion will not properly connect.
     21 * 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).
     22 * Every register will be read/write. Read/write-only must be enforced by software.
     23 * A maximum of 32 registers can be created (a limitation of the multiplexor block).