Changes between Version 5 and Version 6 of DsxResource


Ignore:
Timestamp:
Feb 10, 2008, 7:40:11 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxResource

    v5 v6  
    1717{{{
    1818fifo1 = Mwmr("first_fifo",
    19              4, # Width, in 32-bit words, this is block size
     19             4, # Width, in bytes, this is block size, must be multiple of 4
    2020             64) # Depth, in number of blocks
    2121}}}
     22
     23Associated ports:
     24
     25 * `MwmrInput( `''width''` )`
     26 * `MwmrOutput( `''width''` )`
    2227
    2328== Lock ==
     
    2934}}}
    3035
     36Associated ports:
     37
     38 * `LockPort()`
     39
    3140== Barrier ==
    3241
     
    3645barr = Barrier("sync")
    3746}}}
     47
     48Associated ports:
     49
     50 * `BarrierPort()`
    3851
    3952== Memspace ==
     
    4558}}}
    4659
     60Associated ports:
     61
     62 * `MemspacePort( `''minimal_size''` )`
     63
    4764== Const ==
    4865
     
    5269cex = Const(1)
    5370}}}
     71
     72Associated ports:
     73
     74 * `ConstPort()`
     75