SConscript (5398:9727ba4600de) | SConscript (5400:fee00a595efc) |
---|---|
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 |
|
38Dir('config') 39 40Source('bridge.cc') 41Source('bus.cc') 42Source('dram.cc') 43Source('mem_object.cc') 44Source('packet.cc') 45Source('physical.cc') --- 15 unchanged lines hidden --- | 40Dir('config') 41 42Source('bridge.cc') 43Source('bus.cc') 44Source('dram.cc') 45Source('mem_object.cc') 46Source('packet.cc') 47Source('physical.cc') --- 15 unchanged lines hidden --- |