misc: Separate stats file for SystemC-gem5 co-simulation
authorAbdul Mutaal Ahmad <abdul.mutaal@gmail.com>
Fri, 1 Jul 2016 14:30:15 +0000 (09:30 -0500)
committerAbdul Mutaal Ahmad <abdul.mutaal@gmail.com>
Fri, 1 Jul 2016 14:30:15 +0000 (09:30 -0500)
commit1051223318360a74c46c0f818bdc599287a51064
treed933d7f95a0cad40290b69956d24e5641069916d
parent50e9d0df51247f4aeafe63cdab2a0f53a09cc8e4
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>
util/systemc/main.cc
util/systemc/stats.cc
util/systemc/stats.hh
util/tlm/main.cc