tsunami.cc (5034:6186ef720dd4) tsunami.cc (5478:ca055528a3b3)
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;

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

32 * Implementation of Tsunami platform.
33 */
34
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "cpu/intr_control.hh"
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;

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

32 * Implementation of Tsunami platform.
33 */
34
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "cpu/intr_control.hh"
40#include "dev/simconsole.hh"
41#include "dev/alpha/tsunami_cchip.hh"
42#include "dev/alpha/tsunami_pchip.hh"
43#include "dev/alpha/tsunami_io.hh"
44#include "dev/alpha/tsunami.hh"
40#include "dev/alpha/tsunami_cchip.hh"
41#include "dev/alpha/tsunami_pchip.hh"
42#include "dev/alpha/tsunami_io.hh"
43#include "dev/alpha/tsunami.hh"
44#include "dev/terminal.hh"
45#include "sim/system.hh"
46
47using namespace std;
48//Should this be AlphaISA?
49using namespace TheISA;
50
51Tsunami::Tsunami(const Params *p)
52 : Platform(p), system(p->system)

--- 68 unchanged lines hidden ---
45#include "sim/system.hh"
46
47using namespace std;
48//Should this be AlphaISA?
49using namespace TheISA;
50
51Tsunami::Tsunami(const Params *p)
52 : Platform(p), system(p->system)

--- 68 unchanged lines hidden ---