SConscript (5403:92d376c98a41) | SConscript (5647:b06b49498c79) |
---|---|
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 --- 38 unchanged lines hidden (view full) --- 47 Source('tlb.cc') 48 Source('utility.cc') 49 50 SimObject('SparcTLB.py') 51 TraceFlag('Sparc') 52 53 if env['FULL_SYSTEM']: 54 SimObject('SparcSystem.py') | 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 --- 38 unchanged lines hidden (view full) --- 47 Source('tlb.cc') 48 Source('utility.cc') 49 50 SimObject('SparcTLB.py') 51 TraceFlag('Sparc') 52 53 if env['FULL_SYSTEM']: 54 SimObject('SparcSystem.py') |
55 SimObject('SparcInterrupts.py') |
|
55 | 56 |
57 Source('interrupts.cc') |
|
56 Source('stacktrace.cc') 57 Source('system.cc') 58 Source('ua2005.cc') 59 Source('vtophys.cc') 60 else: 61 Source('process.cc') 62 63 Source('linux/linux.cc') --- 12 unchanged lines hidden --- | 58 Source('stacktrace.cc') 59 Source('system.cc') 60 Source('ua2005.cc') 61 Source('vtophys.cc') 62 else: 63 Source('process.cc') 64 65 Source('linux/linux.cc') --- 12 unchanged lines hidden --- |