SConscript (10687:276da6265ab8) | SConscript (10930:ddc3d96d6313) |
---|---|
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 --- 58 unchanged lines hidden (view full) --- 67Source('system.cc') 68Source('dvfs_handler.cc') 69 70if env['TARGET_ISA'] != 'null': 71 SimObject('InstTracer.py') 72 SimObject('Process.py') 73 Source('faults.cc') 74 Source('process.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 --- 58 unchanged lines hidden (view full) --- 67Source('system.cc') 68Source('dvfs_handler.cc') 69 70if env['TARGET_ISA'] != 'null': 71 SimObject('InstTracer.py') 72 SimObject('Process.py') 73 Source('faults.cc') 74 Source('process.cc') |
75 Source('fd_entry.cc') |
|
75 Source('pseudo_inst.cc') 76 Source('syscall_emul.cc') 77 78DebugFlag('Checkpoint') 79DebugFlag('Config') 80DebugFlag('CxxConfig') 81DebugFlag('Drain') 82DebugFlag('Event') --- 17 unchanged lines hidden --- | 76 Source('pseudo_inst.cc') 77 Source('syscall_emul.cc') 78 79DebugFlag('Checkpoint') 80DebugFlag('Config') 81DebugFlag('CxxConfig') 82DebugFlag('Drain') 83DebugFlag('Event') --- 17 unchanged lines hidden --- |