diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-06-05 01:22:33 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-06-05 01:22:33 -0400 |
commit | 3011a7ed0b58c5db117c1718c345d8e00c5160de (patch) | |
tree | e45bae70f7462416d7b0ca79fc76dc8bf157ce3f /dev/tsunami.cc | |
parent | 715176d450fe2c85d3a72d80cd5c2460f8c552cd (diff) | |
parent | adce616cfef6f9476d0fbb1bf03fb65734bf3bdf (diff) | |
download | gem5-3011a7ed0b58c5db117c1718c345d8e00c5160de.tar.xz |
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-clean
--HG--
extra : convert_revision : 0c339eb7574f59665690f7e8457eff0b21e3c4c9
Diffstat (limited to 'dev/tsunami.cc')
-rw-r--r-- | dev/tsunami.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc index d4398191b..2f8d9b804 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -26,6 +26,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** @file Implementation of Tsunami platform. + */ + #include <deque> #include <string> #include <vector> |