t1000.cc (8741:491297d019f3) t1000.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 T1000 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 T1000 platform.
33 */
34
35#include "dev/sparc/t1000.hh"
36
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "config/the_isa.hh"
40#include "cpu/intr_control.hh"
37#include <deque>
38#include <string>
39#include <vector>
40
41#include "config/the_isa.hh"
42#include "cpu/intr_control.hh"
41#include "dev/sparc/t1000.hh"
42#include "dev/terminal.hh"
43#include "sim/system.hh"
44
45using namespace std;
46//Should this be AlphaISA?
47using namespace TheISA;
48
49T1000::T1000(const Params *p)

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

--- 63 unchanged lines hidden ---