SConscript (6328:67dbc192f692) SConscript (6329:5d8b91875859)
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

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

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

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

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('regfile.cc')
45 Source('tlb.cc')
46 Source('vtophys.cc')
47
48 SimObject('ArmTLB.py')
49 TraceFlag('Arm')
50
51 if env['FULL_SYSTEM']:
52 #Insert Full-System Files Here

--- 13 unchanged lines hidden ---
44 Source('tlb.cc')
45 Source('vtophys.cc')
46
47 SimObject('ArmTLB.py')
48 TraceFlag('Arm')
49
50 if env['FULL_SYSTEM']:
51 #Insert Full-System Files Here

--- 13 unchanged lines hidden ---