SConscript (6168:ba6fe02228db) | SConscript (6765:b5101309174d) |
---|---|
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 --- 49 unchanged lines hidden (view full) --- 58 Source('translating_port.cc') 59 60TraceFlag('Bus') 61TraceFlag('BusAddrRanges') 62TraceFlag('BusBridge') 63TraceFlag('LLSC') 64TraceFlag('MMU') 65TraceFlag('MemoryAccess') | 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 --- 49 unchanged lines hidden (view full) --- 58 Source('translating_port.cc') 59 60TraceFlag('Bus') 61TraceFlag('BusAddrRanges') 62TraceFlag('BusBridge') 63TraceFlag('LLSC') 64TraceFlag('MMU') 65TraceFlag('MemoryAccess') |
66TraceFlag('Ruby') |
|