SConscript (5192:582e583f8e7e) SConscript (5398:9727ba4600de)
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
38Dir('config')
39
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')

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

--- 13 unchanged lines hidden ---