malta.cc (5222:bb733a878f85) malta.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;

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

33 * Implementation of Malta platform.
34 */
35
36#include <deque>
37#include <string>
38#include <vector>
39
40#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;

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

33 * Implementation of Malta platform.
34 */
35
36#include <deque>
37#include <string>
38#include <vector>
39
40#include "cpu/intr_control.hh"
41#include "dev/simconsole.hh"
42#include "dev/mips/malta_cchip.hh"
43#include "dev/mips/malta_pchip.hh"
44#include "dev/mips/malta_io.hh"
45#include "dev/mips/malta.hh"
41#include "dev/mips/malta_cchip.hh"
42#include "dev/mips/malta_pchip.hh"
43#include "dev/mips/malta_io.hh"
44#include "dev/mips/malta.hh"
45#include "dev/terminal.hh"
46#include "params/Malta.hh"
47#include "sim/system.hh"
48
49
50using namespace std;
51using namespace TheISA;
52
53Malta::Malta(const Params *p)

--- 77 unchanged lines hidden ---
46#include "params/Malta.hh"
47#include "sim/system.hh"
48
49
50using namespace std;
51using namespace TheISA;
52
53Malta::Malta(const Params *p)

--- 77 unchanged lines hidden ---