diff options
author | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2016-07-01 09:30:15 -0500 |
---|---|---|
committer | Abdul Mutaal Ahmad <abdul.mutaal@gmail.com> | 2016-07-01 09:30:15 -0500 |
commit | 1051223318360a74c46c0f818bdc599287a51064 (patch) | |
tree | d933d7f95a0cad40290b69956d24e5641069916d /util/systemc/stats.hh | |
parent | 50e9d0df51247f4aeafe63cdab2a0f53a09cc8e4 (diff) | |
download | gem5-1051223318360a74c46c0f818bdc599287a51064.tar.xz |
misc: Separate stats file for SystemC-gem5 co-simulation
In previous versions of systemC-gem5 coupling statistics were not updated
for the systemc-gem5 simulation. systemC-gem5 simulation only need the
previously built config.ini file and normal gem5 simulation has to be run
once to generate config.ini file. Thus stats.txt inside the m5out folder is
redundant for systemC-gem5 simulation. A new stats file is now generated
with the all the statistics for systemC-gem5 simulation. This will also
resolve the stats issue in tlm-sysmtemC simulation.
Committed by Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util/systemc/stats.hh')
-rw-r--r-- | util/systemc/stats.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/systemc/stats.hh b/util/systemc/stats.hh index 360cb6293..9dac960ee 100644 --- a/util/systemc/stats.hh +++ b/util/systemc/stats.hh @@ -35,6 +35,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Authors: Andrew Bardsley + * Matthias Jung + * Abdul Mutaal Ahmad */ /** @@ -48,6 +50,8 @@ #ifndef __UTIL_CXX_CONFIG_STATS_H__ #define __UTIL_CXX_CONFIG_STATS_H__ +extern std::string filename; + namespace CxxConfig { |