Changes between Version 5 and Version 6 of DsxResource
- Timestamp:
- Feb 10, 2008, 7:40:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxResource
v5 v6 17 17 {{{ 18 18 fifo1 = Mwmr("first_fifo", 19 4, # Width, in 32-bit words, this is block size19 4, # Width, in bytes, this is block size, must be multiple of 4 20 20 64) # Depth, in number of blocks 21 21 }}} 22 23 Associated ports: 24 25 * `MwmrInput( `''width''` )` 26 * `MwmrOutput( `''width''` )` 22 27 23 28 == Lock == … … 29 34 }}} 30 35 36 Associated ports: 37 38 * `LockPort()` 39 31 40 == Barrier == 32 41 … … 36 45 barr = Barrier("sync") 37 46 }}} 47 48 Associated ports: 49 50 * `BarrierPort()` 38 51 39 52 == Memspace == … … 45 58 }}} 46 59 60 Associated ports: 61 62 * `MemspacePort( `''minimal_size''` )` 63 47 64 == Const == 48 65 … … 52 69 cex = Const(1) 53 70 }}} 71 72 Associated ports: 73 74 * `ConstPort()` 75