SConscript (5650:d2782c951841) SConscript (5793:321f79ddb500)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

30
31Import('*')
32
33SimObject('Bridge.py')
34SimObject('Bus.py')
35SimObject('PhysicalMemory.py')
36SimObject('MemObject.py')
37
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

30
31Import('*')
32
33SimObject('Bridge.py')
34SimObject('Bus.py')
35SimObject('PhysicalMemory.py')
36SimObject('MemObject.py')
37
38# Workaround for bug in SCons version > 0.97d20071212
39# Scons bug id: 2006 M5 Bug id: 308
40Dir('config')
41
42Source('bridge.cc')
43Source('bus.cc')
44Source('dram.cc')
45Source('mem_object.cc')
46Source('packet.cc')
47Source('physical.cc')
48Source('port.cc')
49Source('tport.cc')

--- 14 unchanged lines hidden ---
38Source('bridge.cc')
39Source('bus.cc')
40Source('dram.cc')
41Source('mem_object.cc')
42Source('packet.cc')
43Source('physical.cc')
44Source('port.cc')
45Source('tport.cc')

--- 14 unchanged lines hidden ---