Write to MicroBlaze Debug Register.
Syntax
mb_drwr [options] <cmd> <data> <bitlen>
Write to MicroBlaze Debug Register available on MDM. cmd is 8-bit MDM command to access a Debug Register. data is the register value and bitlen is the register width.
Options
Option | Description |
---|---|
-target-id <id>
|
Specify a target id representing MicroBlaze instance to access. If this option is not used and -user is not specified, then the current target is used. |
-user <bscan number>
|
Specify user bscan port number. |
-which <instance>
|
Specify MicroBlaze instance number. |
Returns
Nothing, if successful.
Example(s)
mb_drwr 1 0x282 10
Write to MB Control Reg.