mdm_drwr - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Write to MDM debug register.

Syntax

mdm_drwr [options] <cmd> <data> <bitlen>

Write to MDM debug register. <cmd> is an 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 the 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 register.