tsunami.cc (11793:ef606668d247) tsunami.cc (12239:ae1686aaebc5)
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;

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

39#include <vector>
40
41#include "arch/alpha/system.hh"
42#include "config/the_isa.hh"
43#include "cpu/intr_control.hh"
44#include "dev/alpha/tsunami_cchip.hh"
45#include "dev/alpha/tsunami_io.hh"
46#include "dev/alpha/tsunami_pchip.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;

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

39#include <vector>
40
41#include "arch/alpha/system.hh"
42#include "config/the_isa.hh"
43#include "cpu/intr_control.hh"
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;
52
53Tsunami::Tsunami(const Params *p)
54 : Platform(p), system(p->system)
55{

--- 53 unchanged lines hidden ---
47
48using namespace std;
49//Should this be AlphaISA?
50using namespace TheISA;
51
52Tsunami::Tsunami(const Params *p)
53 : Platform(p), system(p->system)
54{

--- 53 unchanged lines hidden ---