SConscript (11380:3370547fa302) SConscript (11420:b48c0ba4f524)
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

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

61Source('sim_object.cc')
62Source('sub_system.cc')
63Source('ticked_object.cc')
64Source('simulate.cc')
65Source('stat_control.cc')
66Source('stat_register.cc', skip_no_python=True)
67Source('clock_domain.cc')
68Source('voltage_domain.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

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

61Source('sim_object.cc')
62Source('sub_system.cc')
63Source('ticked_object.cc')
64Source('simulate.cc')
65Source('stat_control.cc')
66Source('stat_register.cc', skip_no_python=True)
67Source('clock_domain.cc')
68Source('voltage_domain.cc')
69Source('linear_solver.cc')
69Source('system.cc')
70Source('dvfs_handler.cc')
71
72if env['TARGET_ISA'] != 'null':
73 SimObject('InstTracer.py')
74 SimObject('Process.py')
75 Source('faults.cc')
76 Source('process.cc')

--- 29 unchanged lines hidden ---
70Source('system.cc')
71Source('dvfs_handler.cc')
72
73if env['TARGET_ISA'] != 'null':
74 SimObject('InstTracer.py')
75 SimObject('Process.py')
76 Source('faults.cc')
77 Source('process.cc')

--- 29 unchanged lines hidden ---