SConscript (12294:650a9d8b23cc) | SConscript (12295:4fc6c59aa554) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('blockmem.cc') 36 Source('branch.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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('blockmem.cc') 36 Source('branch.cc') |
37 Source('integer.cc') |
|
37 Source('mem.cc') 38 Source('micro.cc') 39 Source('priv.cc') 40 Source('static_inst.cc') 41 Source('trap.cc') | 38 Source('mem.cc') 39 Source('micro.cc') 40 Source('priv.cc') 41 Source('static_inst.cc') 42 Source('trap.cc') |