Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / rst / trconv / README
CommitLineData
920dae64
AT
1
2copied from /home/klf/trconv/devel/trconv
3
4
5This is the trconv distribution, a utility for printing and converting
6execution traces. Supported formats are: RST, Shade5, Shade6 (both
732- and 64-bit), and Rabin's. It contains the sources for building
8trconv.
9
10Also included is the unaspix ditribution, which trconv uses. By
11default, typing "make" from this directory will build trconv linked
12against the Spix5 library (the unaspix distribution will be built
13automatically). See the Makefile if you wish to build a version
14linked against the Spix6 library.
15
16NOTE: use /import/shade/v6/beta-2.0.0-32 for spix functions.
17
18After compilation is complete, type "trconv -h" for help on using
19trconv.
20
21NOTE: the local rstf.h should be compared against the official copy at
22 /import/archperf/include/rstf/rstf.h to ensure consistence. The
23 reason we don't simply link to the official copy is to keep track
24 the version of rstf.h we are using to build trconv.
25
26Contents:
27
28README This file
29
30Makefile The Makefile
31
32trconv.C Support functions
33
34trconv.H Class definitions and implementations for trace records
35
36main.C Frontend code, supporting command line arguments