Deleted Added
sdiff udiff text old ( 2846:89fbe74d8ea8 ) new ( 2984:797622d7b311 )
full compact
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 * Nathan Binkert
30 */
31
32#include "dev/platform.hh"
33#include "sim/builder.hh"
34#include "sim/sim_exit.hh"
35
36using namespace std;
37using namespace TheISA;
38
39Platform::Platform(const string &name, IntrControl *intctrl)

--- 44 unchanged lines hidden ---