SConscript (4997:e7380529bd2d) | SConscript (5192:582e583f8e7e) |
---|---|
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('miscregfile.cc') 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') | 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('miscregfile.cc') 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') |
|
47 48 if env['FULL_SYSTEM']: 49 SimObject('SparcSystem.py') 50 51 Source('stacktrace.cc') 52 Source('system.cc') 53 Source('ua2005.cc') 54 Source('vtophys.cc') --- 16 unchanged lines hidden --- | 48 49 if env['FULL_SYSTEM']: 50 SimObject('SparcSystem.py') 51 52 Source('stacktrace.cc') 53 Source('system.cc') 54 Source('ua2005.cc') 55 Source('vtophys.cc') --- 16 unchanged lines hidden --- |