SConscript (10614:da37aec3ed1a) SConscript (10995:a114e2712642)
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

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

39SimObject('AbstractMemory.py')
40SimObject('AddrMapper.py')
41SimObject('Bridge.py')
42SimObject('DRAMCtrl.py')
43SimObject('ExternalMaster.py')
44SimObject('ExternalSlave.py')
45SimObject('MemObject.py')
46SimObject('SimpleMemory.py')
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

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

39SimObject('AbstractMemory.py')
40SimObject('AddrMapper.py')
41SimObject('Bridge.py')
42SimObject('DRAMCtrl.py')
43SimObject('ExternalMaster.py')
44SimObject('ExternalSlave.py')
45SimObject('MemObject.py')
46SimObject('SimpleMemory.py')
47SimObject('StackDistCalc.py')
48SimObject('XBar.py')
49
50Source('abstract_mem.cc')
51Source('addr_mapper.cc')
52Source('bridge.cc')
53Source('coherent_xbar.cc')
54Source('drampower.cc')
55Source('dram_ctrl.cc')

--- 55 unchanged lines hidden ---
47SimObject('XBar.py')
48
49Source('abstract_mem.cc')
50Source('addr_mapper.cc')
51Source('bridge.cc')
52Source('coherent_xbar.cc')
53Source('drampower.cc')
54Source('dram_ctrl.cc')

--- 55 unchanged lines hidden ---