SConscript (6335:a08470cb53e5) | SConscript (6365:a3037fa327a0) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('asi.cc') 36 Source('faults.cc') 37 Source('isa.cc') | 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 --- 21 unchanged lines hidden (view full) --- 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('asi.cc') 36 Source('faults.cc') 37 Source('isa.cc') |
38 Source('nativetrace.cc') |
|
38 Source('pagetable.cc') 39 Source('remote_gdb.cc') 40 Source('tlb.cc') 41 Source('utility.cc') 42 | 39 Source('pagetable.cc') 40 Source('remote_gdb.cc') 41 Source('tlb.cc') 42 Source('utility.cc') 43 |
44 SimObject('SparcNativeTrace.py') 45 |
|
43 SimObject('SparcTLB.py') 44 TraceFlag('Sparc', "Generic SPARC ISA stuff") 45 TraceFlag('RegisterWindows', "Register window manipulation") 46 47 if env['FULL_SYSTEM']: 48 SimObject('SparcSystem.py') 49 SimObject('SparcInterrupts.py') 50 --- 21 unchanged lines hidden --- | 46 SimObject('SparcTLB.py') 47 TraceFlag('Sparc', "Generic SPARC ISA stuff") 48 TraceFlag('RegisterWindows', "Register window manipulation") 49 50 if env['FULL_SYSTEM']: 51 SimObject('SparcSystem.py') 52 SimObject('SparcInterrupts.py') 53 --- 21 unchanged lines hidden --- |