Write to MDM Debug Register.
Syntax
mdm_drwr [options] <cmd> <data> <bitlen>
Write to MDM Debug Register. 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 Debug Module or MicroBlaze instance to access. If this option is not used and -user is not specified, the current target is used. |
-user <bscan number>
|
Specify user bscan port number. |
Returns
Nothing, if successful.
Example(s)
mdm_drwr 8 0x40 8
Write to MDM Break/Reset Control Reg.