mb_drwr
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 |
---|---|
-user <bscan number> | Specify user bscan port number. Default is 2. |
Returns
Nothing, if successful. Error string, if BSCAN port is invalid.
Example(s)
mb_drwr 1 0x282 10
Write to MB Control Reg.