Renesas Emulator System M3T-MR100 Spezifikationen Seite 17

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 41
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 16
High-performance Embedded Workshop V.4.09 Release Note
R20UT0373EJ0100 Rev.1.00 Page 17 of 41
Feb 01, 2011
1.19 Tcl/Tk command input
(1) Canceling the interactive mode
To return from the interactive mode to the command input mode while using the [TCL Toolkit], enter “/.”. It is
possible to know the current mode by entering “/.”.
(2) Clearing the contents of a log file
The contents of the [Console] screen are logged to a log file while using [TCL Toolkit].
The log file is in plain text format and placed in the following location:
Example 1: Windows® XP operating system
C:\Documents and Settings\<logon user name>\Local Settings\Temp\log.txt
Example 2: Windows Vista® or Windows® 7 operating system
C:\users\<logon user name>\AppData\Local\Temp\log.txt
If you quit [TCL Toolkit], it automatically erases the contents of the log file.
If you want to clear the contents of the log file while using the [TCL Toolkit], execute the following commands.
set dir $env(TEMP)
set dataFile [open $dir/log.txt {RDWR TRUNC}]
close $dataFile
1.20 Commands in TCL Toolkit and Command Line
(1) “trace” command
(a) To execute the “trace” command for Tcl in [TCL Toolkit], the command name must be specified in lowercase
letters.
(b) To execute the “TRACE” command for Hew in [TCL Toolkit], the command name must be specified in
uppercase letters.
(c) To execute the “trace” command for Tcl in the [Command Line] window, the command name must be replaced
with “tcl_trace”.
(2) “clock” command
(a) To execute the “clock” command for Tcl in [TCL Toolkit], the command name must be specified in lowercase
letters.
(b) To execute the “CLOCK” command for the emulator in [TCL Toolkit], the command name must be specified in
uppercase letters.
(c) To execute the “clock” command for Tcl in the [Command Line] window, the command name must be replaced
with “tcl_clock”.
(3) “event” command
(a) To execute the “event” command for Tk in [TCL Toolkit], the command name must be specified in lowercase
letters.
(b) To execute the “EVENT” command for the emulator in [TCL Toolkit], the command name must be specified in
uppercase letters.
Note that some emulators do not support commands “CLOCK” and “EVENT”.
Seitenansicht 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 40 41

Kommentare zu diesen Handbüchern

Keine Kommentare