tsunami.cc (11244:a2af58a06c4e) tsunami.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Ali Saidi
29 */
30
31/** @file
32 * Implementation of Tsunami platform.
33 */
34
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 18 unchanged lines hidden (view full) ---

27 *
28 * Authors: Ali Saidi
29 */
30
31/** @file
32 * Implementation of Tsunami platform.
33 */
34
35#include "dev/alpha/tsunami.hh"
36
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "arch/alpha/system.hh"
40#include "config/the_isa.hh"
41#include "cpu/intr_control.hh"
37#include <deque>
38#include <string>
39#include <vector>
40
41#include "arch/alpha/system.hh"
42#include "config/the_isa.hh"
43#include "cpu/intr_control.hh"
42#include "dev/alpha/tsunami.hh"
43#include "dev/alpha/tsunami_cchip.hh"
44#include "dev/alpha/tsunami_io.hh"
45#include "dev/alpha/tsunami_pchip.hh"
46#include "dev/terminal.hh"
47
48using namespace std;
49//Should this be AlphaISA?
50using namespace TheISA;

--- 57 unchanged lines hidden ---
44#include "dev/alpha/tsunami_cchip.hh"
45#include "dev/alpha/tsunami_io.hh"
46#include "dev/alpha/tsunami_pchip.hh"
47#include "dev/terminal.hh"
48
49using namespace std;
50//Should this be AlphaISA?
51using namespace TheISA;

--- 57 unchanged lines hidden ---