SConscript (11856:103e2f92c965) SConscript (11909:71fb1f21e9d6)
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('se_signal.cc')
69Source('linear_solver.cc')
70Source('system.cc')
71Source('dvfs_handler.cc')
72Source('clocked_object.cc')
73Source('mathexpr.cc')
74
75if env['TARGET_ISA'] != 'null':
76 SimObject('InstTracer.py')

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

--- 38 unchanged lines hidden ---