SConscript (11527:9007a9729815) | SConscript (11794:97eebddaae84) |
---|---|
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 --- 66 unchanged lines hidden (view full) --- 75if env['TARGET_ISA'] != 'null': 76 SimObject('InstTracer.py') 77 SimObject('Process.py') 78 Source('faults.cc') 79 Source('process.cc') 80 Source('fd_entry.cc') 81 Source('pseudo_inst.cc') 82 Source('syscall_emul.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 --- 66 unchanged lines hidden (view full) --- 75if env['TARGET_ISA'] != 'null': 76 SimObject('InstTracer.py') 77 SimObject('Process.py') 78 Source('faults.cc') 79 Source('process.cc') 80 Source('fd_entry.cc') 81 Source('pseudo_inst.cc') 82 Source('syscall_emul.cc') |
83 Source('syscall_desc.cc') |
|
83 84DebugFlag('Checkpoint') 85DebugFlag('Config') 86DebugFlag('CxxConfig') 87DebugFlag('Drain') 88DebugFlag('Event') 89DebugFlag('Fault') 90DebugFlag('Flow') --- 18 unchanged lines hidden --- | 84 85DebugFlag('Checkpoint') 86DebugFlag('Config') 87DebugFlag('CxxConfig') 88DebugFlag('Drain') 89DebugFlag('Event') 90DebugFlag('Fault') 91DebugFlag('Flow') --- 18 unchanged lines hidden --- |