Changes between Version 5 and Version 6 of Component/Vci Mwmr Controller
- Timestamp:
- Feb 14, 2008, 6:34:22 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Mwmr Controller
v5 v6 91 91 const MappingTable &mt, // mapping table 92 92 const size_t plaps, // time between two access to a given channel 93 const size_t fifo_depth, // hardware FIFOs depth 93 94 const size_t n_to_coproc, // number of read MWMR channels 94 95 const size_t n_from_coproc, // number of write MWMR channels 95 96 const size_t n_config, // number of configuration registers 96 const size_t n_status ,// number of status registers97 const size_t fifo_depth); // hardware FIFOs depth 97 const size_t n_status) // number of status registers 98 98 99 }}} 99 100