Changes between Version 9 and Version 10 of Component/Vci Mwmr Controller
- Timestamp:
- Feb 25, 2008, 4:54:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Mwmr Controller
v9 v10 24 24 * to the coprocessor, they are used to write values into ''configuration'' registers 25 25 26 This hardware component cheks for segmentation violation, and can be used27 as a default target.28 29 26 As a target this component contains the following memory mapped registers: 30 27 * Status & Configuration Registers (indexed from 0 to `MWMR_IOREG_MAX-1`) … … 51 48 A boolean enabling the selected MWMR channel. 52 49 50 This hardware component cheks for segmentation violation, and can be used 51 as a default target. 52 53 53 For extensibility issues, you should access the !MwmrController using globally-defined offsets. 54 You should include `soclib/MwmrController.h` from your software, it 55 defines all useful offsets and constants. 54 You should include the `soclib/MwmrController.h`file in your software, that defines all useful offsets and constants. 56 55 57 56 Sample code: