SConscript (6329:5d8b91875859) SConscript (6333:9425c8a86e5c)
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

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

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')
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

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

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')
42 Source('isa.cc')
43 Source('pagetable.cc')
44 Source('tlb.cc')
45 Source('vtophys.cc')
46
47 SimObject('ArmTLB.py')
48 TraceFlag('Arm')
49
50 if env['FULL_SYSTEM']:

--- 14 unchanged lines hidden ---
42 Source('pagetable.cc')
43 Source('tlb.cc')
44 Source('vtophys.cc')
45
46 SimObject('ArmTLB.py')
47 TraceFlag('Arm')
48
49 if env['FULL_SYSTEM']:

--- 14 unchanged lines hidden ---