SConsopts (10259:ebb376f73dd2) SConsopts (10319:4207f9bfcceb)
1# -*- mode:python -*-
2
3# Copyright (c) 2012-2014 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

34# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Andrew Bardsley
39
40Import('*')
41
1# -*- mode:python -*-
2
3# Copyright (c) 2012-2014 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

34# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Andrew Bardsley
39
40Import('*')
41
42CpuModel('MinorCPU', 'minor_cpu_exec.cc',
43 '#include "cpu/minor/exec_context.hh"',
44 { 'CPU_exec_context': 'Minor::ExecContext' },
45 default=True)
42CpuModel('MinorCPU', default=True)