t1000.cc (5034:6186ef720dd4) t1000.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 T1000 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 T1000 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/sparc/t1000.hh"
40#include "dev/sparc/t1000.hh"
41#include "dev/terminal.hh"
42#include "sim/system.hh"
43
44using namespace std;
45//Should this be AlphaISA?
46using namespace TheISA;
47
48T1000::T1000(const Params *p)
49 : Platform(p), system(p->system)

--- 58 unchanged lines hidden ---
42#include "sim/system.hh"
43
44using namespace std;
45//Should this be AlphaISA?
46using namespace TheISA;
47
48T1000::T1000(const Params *p)
49 : Platform(p), system(p->system)

--- 58 unchanged lines hidden ---