Default Master System Console TCL Macro

cancel
Showing results for 
Search instead for 
Did you mean: 

Default Master System Console TCL Macro

Default Master System Console TCL Macro



Nios II EDS v8.0Last Updated

Description

Simplified memory access commands for systems with only one memory master.


Commands

CommandParametersDescription
get_default_master<none>Returns the virtual filesystem path to the first Master found.
write_memoryaddress, list-of-valuesUsing the default master, write the list-of-values to the given address .
write_8address, list-of-valuesUsing the default master, write the list-of-values to the given address using only 8-bit byte accesses.
write_16address, list-of-valuesUsing the default master, write the list-of-values to the given address using only 16-bit halfword accesses.
write_32address, list-of-valuesUsing the default master, write the list-of-values to the given address using only 32-bit word accesses.
read_memoryaddress, size-to-readUsing the default master, read and return the given number of bytes from the given address.
read_8address, size-to-readUsing the default master, read and return the given number of bytes from the given address, using only 8-bit byte accesses.
read_16address, size-to-readUsing the default master, read and return the given number of bytes from the given address, using only 16-bit halfword accesses.
read_32address, size-to-readUsing the default master, read and return the given number of bytes from the given address, using only 32-bit word accesses.


Downloads

Version history
Last update:
‎06-25-2019 11:10 PM
Updated by:
Contributors