malta.cc (11233:18e411ee6c04) malta.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;

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

28 * Authors: Ali Saidi
29 * Rick Strong
30 */
31
32/** @file
33 * Implementation of Malta platform.
34 */
35
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;

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

28 * Authors: Ali Saidi
29 * Rick Strong
30 */
31
32/** @file
33 * Implementation of Malta platform.
34 */
35
36#include "dev/mips/malta.hh"
37
36#include <deque>
37#include <string>
38#include <vector>
39
40#include "config/the_isa.hh"
41#include "cpu/intr_control.hh"
42#include "debug/Malta.hh"
38#include <deque>
39#include <string>
40#include <vector>
41
42#include "config/the_isa.hh"
43#include "cpu/intr_control.hh"
44#include "debug/Malta.hh"
43#include "dev/mips/malta.hh"
44#include "dev/mips/malta_cchip.hh"
45#include "dev/mips/malta_io.hh"
46#include "dev/terminal.hh"
47#include "params/Malta.hh"
48#include "sim/system.hh"
49
50using namespace std;
51using namespace TheISA;

--- 57 unchanged lines hidden ---
45#include "dev/mips/malta_cchip.hh"
46#include "dev/mips/malta_io.hh"
47#include "dev/terminal.hh"
48#include "params/Malta.hh"
49#include "sim/system.hh"
50
51using namespace std;
52using namespace TheISA;

--- 57 unchanged lines hidden ---