libgem5.cc (11617:a51ae096ca25) libgem5.cc (11618:37b0af2c7ba8)
1// Copyright (c) 2015 ARM Limited
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

39//
40// Copyright (c) 2009-2014, Sandia Corporation
41// All rights reserved.
42//
43// For license information, see the LICENSE file in the current directory.
44
45#include <core/sst_config.h>
46
1// Copyright (c) 2015 ARM Limited
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

39//
40// Copyright (c) 2009-2014, Sandia Corporation
41// All rights reserved.
42//
43// For license information, see the LICENSE file in the current directory.
44
45#include <core/sst_config.h>
46
47#include <sst/core/element.h>
48#include <sst/core/component.h>
49
50#include "gem5.hh"
51
52static
53SST::Component* create_gem5(SST::ComponentId_t id, SST::Params &params)
54{
55 return new SST::gem5::gem5Component(id, params);
56}
57

--- 26 unchanged lines hidden ---
47#include "gem5.hh"
48
49static
50SST::Component* create_gem5(SST::ComponentId_t id, SST::Params &params)
51{
52 return new SST::gem5::gem5Component(id, params);
53}
54

--- 26 unchanged lines hidden ---