SConscript (6246:5744fafb5072) SConscript (6253:988a001820f8)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Florida State University
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

30
31Import('*')
32
33if env['TARGET_ISA'] == 'arm':
34# Workaround for bug in SCons version > 0.97d20071212
35# Scons bug id: 2006 M5 Bug id: 308
36 Dir('isa/formats')
37 Source('faults.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Florida State University
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

30
31Import('*')
32
33if env['TARGET_ISA'] == 'arm':
34# Workaround for bug in SCons version > 0.97d20071212
35# Scons bug id: 2006 M5 Bug id: 308
36 Dir('isa/formats')
37 Source('faults.cc')
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/pred_inst.cc')
41 Source('insts/static_inst.cc')
38 Source('pagetable.cc')
39 Source('regfile/regfile.cc')
40 Source('tlb.cc')
41 Source('vtophys.cc')
42
43 SimObject('ArmTLB.py')
44 TraceFlag('Arm')
45

--- 15 unchanged lines hidden ---
42 Source('pagetable.cc')
43 Source('regfile/regfile.cc')
44 Source('tlb.cc')
45 Source('vtophys.cc')
46
47 SimObject('ArmTLB.py')
48 TraceFlag('Arm')
49

--- 15 unchanged lines hidden ---