SConscript (5800:19c06c037040) SConscript (5938:fec76fcabf67)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
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

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

40 Source('pagetable.cc')
41 Source('regfile.cc')
42 Source('remote_gdb.cc')
43 Source('tlb.cc')
44 Source('utility.cc')
45
46 SimObject('SparcTLB.py')
47 TraceFlag('Sparc', "Generic SPARC ISA stuff")
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
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

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

40 Source('pagetable.cc')
41 Source('regfile.cc')
42 Source('remote_gdb.cc')
43 Source('tlb.cc')
44 Source('utility.cc')
45
46 SimObject('SparcTLB.py')
47 TraceFlag('Sparc', "Generic SPARC ISA stuff")
48 TraceFlag('RegisterWindows', "Register window manipulation")
48
49 if env['FULL_SYSTEM']:
50 SimObject('SparcSystem.py')
51 SimObject('SparcInterrupts.py')
52
53 Source('interrupts.cc')
54 Source('stacktrace.cc')
55 Source('system.cc')

--- 18 unchanged lines hidden ---
49
50 if env['FULL_SYSTEM']:
51 SimObject('SparcSystem.py')
52 SimObject('SparcInterrupts.py')
53
54 Source('interrupts.cc')
55 Source('stacktrace.cc')
56 Source('system.cc')

--- 18 unchanged lines hidden ---