INDEX 1.26 KB
Brief description of files in the tcl directory:
------------------------------------------------

REQUIRED
========
init.simos.sample       - shows what a typical init.simos might look like
                          Copy this over to your running directory and 
                          modify it as desired.
tcl_support.tcl         - required support routines. source this first
                          in your init.simos

OS DIRECTORIES
==============
ntalpha
irix
osf

OPTIONAL
========
count_user_insts.tcl    - periodically dump all pid's and a count of
                          their user instructions 
proc_exit.tcl           - source this file and then include lines like:
                                procExit <processName> <pid> <numInsts>
profile_run.tcl         - source this to automatically generate profile 
                                counts of entire simulation for simProf
timing.tcl              - runs the timing mechanisms for latency stats. 
user_exit.tcl           - set "userExitInsts" to the number of total
                          user instructions that you would like
                          executed and then source this file.
sayit.tcl		- speaks all output that goes to the console
audio.tcl               - shows how to attach sounds to events