SConscript (7706:a7cb52c76262) | SConscript (8335:9228e00459d4) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39 Source('pagetable.cc') 40 Source('remote_gdb.cc') 41 Source('tlb.cc') 42 Source('utility.cc') 43 44 SimObject('SparcNativeTrace.py') 45 46 SimObject('SparcTLB.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 --- 30 unchanged lines hidden (view full) --- 39 Source('pagetable.cc') 40 Source('remote_gdb.cc') 41 Source('tlb.cc') 42 Source('utility.cc') 43 44 SimObject('SparcNativeTrace.py') 45 46 SimObject('SparcTLB.py') |
47 TraceFlag('Sparc', "Generic SPARC ISA stuff") 48 TraceFlag('RegisterWindows', "Register window manipulation") | 47 DebugFlag('Sparc', "Generic SPARC ISA stuff") 48 DebugFlag('RegisterWindows', "Register window manipulation") |
49 50 if env['FULL_SYSTEM']: 51 SimObject('SparcSystem.py') 52 SimObject('SparcInterrupts.py') 53 54 Source('interrupts.cc') 55 Source('system.cc') 56 Source('ua2005.cc') --- 17 unchanged lines hidden --- | 49 50 if env['FULL_SYSTEM']: 51 SimObject('SparcSystem.py') 52 SimObject('SparcInterrupts.py') 53 54 Source('interrupts.cc') 55 Source('system.cc') 56 Source('ua2005.cc') --- 17 unchanged lines hidden --- |