SConscript (2914:2c524dc023d2) SConscript (2919:9c6192d3efcc)
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

--- 84 unchanged lines hidden (view full) ---

93 cpu/thread_state.cc
94
95 mem/bridge.cc
96 mem/bus.cc
97 mem/mem_object.cc
98 mem/packet.cc
99 mem/physical.cc
100 mem/port.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

--- 84 unchanged lines hidden (view full) ---

93 cpu/thread_state.cc
94
95 mem/bridge.cc
96 mem/bus.cc
97 mem/mem_object.cc
98 mem/packet.cc
99 mem/physical.cc
100 mem/port.cc
101 mem/tport.cc
102
103 mem/cache/base_cache.cc
104 mem/cache/cache.cc
105 mem/cache/coherence/coherence_protocol.cc
106 mem/cache/coherence/uni_coherence.cc
107 mem/cache/miss/blocking_buffer.cc
108 mem/cache/miss/miss_queue.cc
109 mem/cache/miss/mshr.cc

--- 184 unchanged lines hidden (view full) ---

294# ''')
295
296alpha_eio_sources = Split('''
297 encumbered/eio/exolex.cc
298 encumbered/eio/libexo.cc
299 encumbered/eio/eio.cc
300 ''')
301
101
102 mem/cache/base_cache.cc
103 mem/cache/cache.cc
104 mem/cache/coherence/coherence_protocol.cc
105 mem/cache/coherence/uni_coherence.cc
106 mem/cache/miss/blocking_buffer.cc
107 mem/cache/miss/miss_queue.cc
108 mem/cache/miss/mshr.cc

--- 184 unchanged lines hidden (view full) ---

293# ''')
294
295alpha_eio_sources = Split('''
296 encumbered/eio/exolex.cc
297 encumbered/eio/libexo.cc
298 encumbered/eio/eio.cc
299 ''')
300
302if env['TARGET_ISA'] == 'ALPHA_ISA':
301if env['TARGET_ISA'] == 'alpha':
303 syscall_emulation_sources += alpha_eio_sources
304
305memtest_sources = Split('''
306 cpu/memtest/memtest.cc
307 ''')
308
309# Include file paths are rooted in this directory. SCons will
310# automatically expand '.' to refer to both the source directory and

--- 109 unchanged lines hidden ---
302 syscall_emulation_sources += alpha_eio_sources
303
304memtest_sources = Split('''
305 cpu/memtest/memtest.cc
306 ''')
307
308# Include file paths are rooted in this directory. SCons will
309# automatically expand '.' to refer to both the source directory and

--- 109 unchanged lines hidden ---