SConscript (6019:76890d8b28f5) SConscript (6246:5744fafb5072)
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

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

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('pagetable.cc')
39 Source('regfile/regfile.cc')
40 Source('tlb.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

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

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('pagetable.cc')
39 Source('regfile/regfile.cc')
40 Source('tlb.cc')
41 Source('utility.cc')
42 Source('vtophys.cc')
43
44 SimObject('ArmTLB.py')
45 TraceFlag('Arm')
46
47 if env['FULL_SYSTEM']:
48 #Insert Full-System Files Here
49 pass

--- 12 unchanged lines hidden ---
41 Source('vtophys.cc')
42
43 SimObject('ArmTLB.py')
44 TraceFlag('Arm')
45
46 if env['FULL_SYSTEM']:
47 #Insert Full-System Files Here
48 pass

--- 12 unchanged lines hidden ---