
C Library Functions
Simulator External Memory Functions
7-36 DSP SIMULATOR REFERENCE MANUAL MOTOROLA
7.3.2 dspl_xmend: End DSP External Memory Access
dspl_xmend(device_index,memory_map)
int device_index; /* DSP device index to be affected by command */
enum memory_map memory_map; /* memory designator */
The core simulation calls this function during the last clock cycle of each external memory
access. The memory map parameter will be a memory designator as returned by
dsp_findmem. Use the Simulator help mem command for a list of valid memory names.
The memory_map enum is memory_map_ concatenated with a valid memory name. As
an example, memory_map_pa refers to off chip pa memory on the 96002 device.
Comments to this Manuals