Example of a stimulation file, Cache size – Freescale Semiconductor Microcontrollers User Manual

Page 625

Advertising
background image

ColdFire V1 Full Chip Simulation Connection

FCS Visualization Utilities

625

Microcontrollers Debugger Manual

Cache Size

The Size of the Cache dialog box, shown in

Figure 28.58

, allows you to define the number

of lines displayed in the Stimulation component. If the Limited Size of Cache checkbox
is clear, the number of lines is unlimited. If the Limited Size of Cache checkbox is
checked, the number of lines is limited to the value displayed in the edit box. Specify a
value between 10 and 1,000,000. By default, the number of lines is 1000.

Figure 28.58 Size of the Cache Dialog Box

NOTE

Increasing the cache size slows new line logging.

Example of a Stimulation File

Using an editor, open the file named IO_VAR.TXT located in the project directory.

Listing 28.1

is an example file.

Listing 28.1 Stimulation File Example

def a = TargetObject.#210.B;

PERIODICAL 200000, 50:
50000 a = 128;
150000 a = 4;

Table 28.11 Stimulation Context Menu Description

Menu Entry

Description

Open File

Opens a dialog box to load a stimulation file.

Execute

Starts execution of the input file.

Display

Switches display of stimulated file on or off.

Cache size

Opens the 'Size of the Cache' dialog box.

Advertising