SConscript (8799:dac1e33e07b0) | SConscript (8853:0216ed80991b) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36 37Source('bridge.cc') 38Source('bus.cc') 39Source('mem_object.cc') 40Source('mport.cc') 41Source('packet.cc') 42Source('port.cc') 43Source('tport.cc') | 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 --- 27 unchanged lines hidden (view full) --- 36 37Source('bridge.cc') 38Source('bus.cc') 39Source('mem_object.cc') 40Source('mport.cc') 41Source('packet.cc') 42Source('port.cc') 43Source('tport.cc') |
44Source('port_proxy.cc') |
|
44Source('fs_translating_port_proxy.cc') 45Source('se_translating_port_proxy.cc') 46 47if env['TARGET_ISA'] != 'no': 48 SimObject('PhysicalMemory.py') 49 Source('dram.cc') 50 Source('page_table.cc') 51 Source('physical.cc') --- 25 unchanged lines hidden --- | 45Source('fs_translating_port_proxy.cc') 46Source('se_translating_port_proxy.cc') 47 48if env['TARGET_ISA'] != 'no': 49 SimObject('PhysicalMemory.py') 50 Source('dram.cc') 51 Source('page_table.cc') 52 Source('physical.cc') --- 25 unchanged lines hidden --- |