Difference between revisions of "SescTherm"
From Vlsiwiki
Jose Renau (Talk | contribs) |
Jose Renau (Talk | contribs) |
||
Line 7: | Line 7: | ||
# Build support libraries | # Build support libraries | ||
− | + | pushd . | |
− | cd sesc/src/libsesctherm/levmar-2.1.3/ | + | cd sesc/src/libsesctherm/levmar-2.1.3/ |
− | gmake | + | gmake |
− | popd | + | popd |
− | + | ||
# Build sesc | # Build sesc |
Revision as of 19:06, 23 June 2008
Quick Sample Use
- Checkout sesc
svn co svn+ssh://mada0.cse.ucsc.edu/mada/server/svn/sesc
- Build support libraries
pushd . cd sesc/src/libsesctherm/levmar-2.1.3/ gmake popd
- Build sesc
mkdir build cd build ../sesc/configure --enable-sesctherm --enable-power gmake
- Build sesctherm
gmake sesctherm
- Get some sample configuration
cp ../sesc/confs/amd.conf sesc.conf cp ../sesc/confs/amd.flp . gmake power.conf
- Run some small benchmark
./sesc.mem -cpower.conf ../sesc/tests/crafty < ../sesc/tests/tt.in
- Check results
../sesc/scripts/report.pl -a
- Thermal simulations
There should be 2 files sesc_crafty.?????? and sesc_crafty.therm.??????. The .therm. file is the power trace.
./sesctherm -i sesc_crafty.therm.jTHtnX -c power.conf
sesctherm reads the sesc_crafty.therm.foofoo file and uses the power.conf thermal/package characteristics.