SConscript revision 5299
13534Sgblack@eecs.umich.edu# -*- mode:python -*-
23534Sgblack@eecs.umich.edu
33534Sgblack@eecs.umich.edu# Copyright (c) 2005-2006 The Regents of The University of Michigan
43534Sgblack@eecs.umich.edu# All rights reserved.
53534Sgblack@eecs.umich.edu#
63534Sgblack@eecs.umich.edu# Redistribution and use in source and binary forms, with or without
73534Sgblack@eecs.umich.edu# modification, are permitted provided that the following conditions are
83534Sgblack@eecs.umich.edu# met: redistributions of source code must retain the above copyright
93534Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer;
103534Sgblack@eecs.umich.edu# redistributions in binary form must reproduce the above copyright
113534Sgblack@eecs.umich.edu# notice, this list of conditions and the following disclaimer in the
123534Sgblack@eecs.umich.edu# documentation and/or other materials provided with the distribution;
133534Sgblack@eecs.umich.edu# neither the name of the copyright holders nor the names of its
143534Sgblack@eecs.umich.edu# contributors may be used to endorse or promote products derived from
153534Sgblack@eecs.umich.edu# this software without specific prior written permission.
163534Sgblack@eecs.umich.edu#
173534Sgblack@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
183534Sgblack@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
193534Sgblack@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
203534Sgblack@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
213534Sgblack@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
223534Sgblack@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
233534Sgblack@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
243534Sgblack@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
253534Sgblack@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
263534Sgblack@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
273534Sgblack@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
283534Sgblack@eecs.umich.edu#
293534Sgblack@eecs.umich.edu# Authors: Gabe Black
303534Sgblack@eecs.umich.edu
313534Sgblack@eecs.umich.edu# Copyright (c) 2007 The Hewlett-Packard Development Company
324202Sbinkertn@umich.edu# All rights reserved.
333534Sgblack@eecs.umich.edu#
344202Sbinkertn@umich.edu# Redistribution and use of this software in source and binary forms,
354486Sbinkertn@umich.edu# with or without modification, are permitted provided that the
364486Sbinkertn@umich.edu# following conditions are met:
374486Sbinkertn@umich.edu#
384486Sbinkertn@umich.edu# The software must be used only for Non-Commercial Use which means any
394486Sbinkertn@umich.edu# use which is NOT directed to receiving any direct monetary
404486Sbinkertn@umich.edu# compensation for, or commercial advantage from such use.  Illustrative
414486Sbinkertn@umich.edu# examples of non-commercial use are academic research, personal study,
424486Sbinkertn@umich.edu# teaching, education and corporate research & development.
434486Sbinkertn@umich.edu# Illustrative examples of commercial use are distributing products for
444486Sbinkertn@umich.edu# commercial advantage and providing services using the software for
454486Sbinkertn@umich.edu# commercial advantage.
464202Sbinkertn@umich.edu#
474202Sbinkertn@umich.edu# If you wish to use this software or functionality therein that may be
484202Sbinkertn@umich.edu# covered by patents for commercial use, please contact:
494202Sbinkertn@umich.edu#     Director of Intellectual Property Licensing
504202Sbinkertn@umich.edu#     Office of Strategy and Technology
514202Sbinkertn@umich.edu#     Hewlett-Packard Company
524202Sbinkertn@umich.edu#     1501 Page Mill Road
534762Snate@binkert.org#     Palo Alto, California  94304
544218Ssaidi@eecs.umich.edu#
554202Sbinkertn@umich.edu# Redistributions of source code must retain the above copyright notice,
564202Sbinkertn@umich.edu# this list of conditions and the following disclaimer.  Redistributions
575443Sgblack@eecs.umich.edu# in binary form must reproduce the above copyright notice, this list of
584202Sbinkertn@umich.edu# conditions and the following disclaimer in the documentation and/or
594202Sbinkertn@umich.edu# other materials provided with the distribution.  Neither the name of
605392Sgblack@eecs.umich.edu# the COPYRIGHT HOLDER(s), HEWLETT-PACKARD COMPANY, nor the names of its
614202Sbinkertn@umich.edu# contributors may be used to endorse or promote products derived from
624202Sbinkertn@umich.edu# this software without specific prior written permission.  No right of
634202Sbinkertn@umich.edu# sublicense is granted herewith.  Derivatives of the software and
644202Sbinkertn@umich.edu# output created using the software may be prepared, but only for
654202Sbinkertn@umich.edu# Non-Commercial Uses.  Derivatives of the software may be shared with
664202Sbinkertn@umich.edu# others provided: (i) the others agree to abide by the list of
674202Sbinkertn@umich.edu# conditions herein which includes the Non-Commercial Use restrictions;
684762Snate@binkert.org# and (ii) such Derivatives of the software include the above copyright
694202Sbinkertn@umich.edu# notice to acknowledge the contribution from this software where
704202Sbinkertn@umich.edu# applicable, this list of conditions and the disclaimer below.
715192Ssaidi@eecs.umich.edu#
725192Ssaidi@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
735192Ssaidi@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
745192Ssaidi@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
755192Ssaidi@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
765192Ssaidi@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
775192Ssaidi@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
785192Ssaidi@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
795192Ssaidi@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
805192Ssaidi@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
815192Ssaidi@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
825192Ssaidi@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
835192Ssaidi@eecs.umich.edu#
845192Ssaidi@eecs.umich.edu# Authors: Gabe Black
855192Ssaidi@eecs.umich.edu
865192Ssaidi@eecs.umich.eduImport('*')
875192Ssaidi@eecs.umich.edu
885443Sgblack@eecs.umich.eduif env['TARGET_ISA'] == 'x86':
895192Ssaidi@eecs.umich.edu    Source('emulenv.cc')
905392Sgblack@eecs.umich.edu    Source('floatregfile.cc')
915192Ssaidi@eecs.umich.edu    Source('faults.cc')
925192Ssaidi@eecs.umich.edu    Source('insts/microfpop.cc')
935192Ssaidi@eecs.umich.edu    Source('insts/microldstop.cc')
945192Ssaidi@eecs.umich.edu    Source('insts/microop.cc')
955192Ssaidi@eecs.umich.edu    Source('insts/microregop.cc')
965192Ssaidi@eecs.umich.edu    Source('insts/static_inst.cc')
975192Ssaidi@eecs.umich.edu    Source('intregfile.cc')
985192Ssaidi@eecs.umich.edu    Source('miscregfile.cc')
995192Ssaidi@eecs.umich.edu    Source('pagetable.cc')
1005192Ssaidi@eecs.umich.edu    Source('predecoder.cc')
1015192Ssaidi@eecs.umich.edu    Source('predecoder_tables.cc')
1025192Ssaidi@eecs.umich.edu    Source('regfile.cc')
1035192Ssaidi@eecs.umich.edu    Source('remote_gdb.cc')
1045192Ssaidi@eecs.umich.edu    Source('tlb.cc')
105    Source('utility.cc')
106
107    SimObject('X86TLB.py')
108    TraceFlag('Predecoder')
109    TraceFlag('X86')
110
111    if env['FULL_SYSTEM']:
112        SimObject('X86System.py')
113
114        # Full-system sources
115        Source('linux/system.cc')
116        Source('pagetable_walker.cc')
117        Source('system.cc')
118        Source('stacktrace.cc')
119        Source('vtophys.cc')
120    else:
121        Source('process.cc')
122
123        Source('linux/linux.cc')
124        Source('linux/process.cc')
125        Source('linux/syscalls.cc')
126
127    python_files = (
128        '__init__.py',
129        'general_purpose/__init__.py',
130        'general_purpose/arithmetic/__init__.py',
131        'general_purpose/arithmetic/add_and_subtract.py',
132        'general_purpose/arithmetic/increment_and_decrement.py',
133        'general_purpose/arithmetic/multiply_and_divide.py',
134        'general_purpose/cache_and_memory_management.py',
135        'general_purpose/compare_and_test/__init__.py',
136        'general_purpose/compare_and_test/bit_scan.py',
137        'general_purpose/compare_and_test/bit_test.py',
138        'general_purpose/compare_and_test/bounds.py',
139        'general_purpose/compare_and_test/compare.py',
140        'general_purpose/compare_and_test/set_byte_on_condition.py',
141        'general_purpose/compare_and_test/test.py',
142        'general_purpose/control_transfer/__init__.py',
143        'general_purpose/control_transfer/call.py',
144        'general_purpose/control_transfer/conditional_jump.py',
145        'general_purpose/control_transfer/interrupts_and_exceptions.py',
146        'general_purpose/control_transfer/jump.py',
147        'general_purpose/control_transfer/loop.py',
148        'general_purpose/control_transfer/xreturn.py',
149        'general_purpose/data_conversion/__init__.py',
150        'general_purpose/data_conversion/ascii_adjust.py',
151        'general_purpose/data_conversion/bcd_adjust.py',
152        'general_purpose/data_conversion/endian_conversion.py',
153        'general_purpose/data_conversion/extract_sign_mask.py',
154        'general_purpose/data_conversion/sign_extension.py',
155        'general_purpose/data_conversion/translate.py',
156        'general_purpose/data_transfer/__init__.py',
157        'general_purpose/data_transfer/conditional_move.py',
158        'general_purpose/data_transfer/move.py',
159        'general_purpose/data_transfer/stack_operations.py',
160        'general_purpose/data_transfer/xchg.py',
161        'general_purpose/flags/__init__.py',
162        'general_purpose/flags/load_and_store.py',
163        'general_purpose/flags/push_and_pop.py',
164        'general_purpose/flags/set_and_clear.py',
165        'general_purpose/input_output/__init__.py',
166        'general_purpose/input_output/general_io.py',
167        'general_purpose/input_output/string_io.py',
168        'general_purpose/load_effective_address.py',
169        'general_purpose/load_segment_registers.py',
170        'general_purpose/logical.py',
171        'general_purpose/no_operation.py',
172        'general_purpose/processor_information.py',
173        'general_purpose/rotate_and_shift/__init__.py',
174        'general_purpose/rotate_and_shift/rotate.py',
175        'general_purpose/rotate_and_shift/shift.py',
176        'general_purpose/semaphores.py',
177        'general_purpose/string/__init__.py',
178        'general_purpose/string/compare_strings.py',
179        'general_purpose/string/load_string.py',
180        'general_purpose/string/move_string.py',
181        'general_purpose/string/scan_string.py',
182        'general_purpose/string/store_string.py',
183        'general_purpose/system_calls.py',
184        'system/__init__.py',
185        'system/halt.py',
186        'system/undefined_operation.py',
187        'system/msrs.py',
188        'system/segmentation.py',
189        'simd128/__init__.py',
190        'simd128/integer/__init__.py',
191        'simd128/integer/data_transfer/__init__.py',
192        'simd128/integer/data_transfer/move.py',
193        'simd128/integer/data_transfer/move_non_temporal.py',
194        'simd128/integer/data_transfer/move_mask.py',
195        'simd128/integer/data_conversion/__init__.py',
196        'simd128/integer/data_conversion/convert_mmx_integer_to_floating_point.py',
197        'simd128/integer/data_conversion/convert_integer_to_floating_point.py',
198        'simd128/integer/data_conversion/convert_gpr_integer_to_floating_point.py',
199        'simd128/integer/data_reordering/__init__.py',
200        'simd128/integer/data_reordering/unpack_and_interleave.py',
201        'simd128/integer/data_reordering/pack_with_saturation.py',
202        'simd128/integer/data_reordering/extract_and_insert.py',
203        'simd128/integer/data_reordering/shuffle.py',
204        'simd128/integer/arithmetic/__init__.py',
205        'simd128/integer/arithmetic/subtraction.py',
206        'simd128/integer/arithmetic/addition.py',
207        'simd128/integer/arithmetic/multiplication.py',
208        'simd128/integer/arithmetic/multiply_add.py',
209        'simd128/integer/arithmetic/average.py',
210        'simd128/integer/arithmetic/sum_of_absolute_differences.py',
211        'simd128/integer/shift/__init__.py',
212        'simd128/integer/shift/right_arithmetic_shift.py',
213        'simd128/integer/shift/left_logical_shift.py',
214        'simd128/integer/shift/right_logical_shift.py',
215        'simd128/integer/compare/__init__.py',
216        'simd128/integer/compare/compare_and_write_mask.py',
217        'simd128/integer/compare/compare_and_write_minimum_or_maximum.py',
218        'simd128/integer/logical/__init__.py',
219        'simd128/integer/logical/pand.py',
220        'simd128/integer/logical/por.py',
221        'simd128/integer/logical/exclusive_or.py',
222        'simd128/integer/save_and_restore_state/__init__.py',
223        'simd128/integer/save_and_restore_state/save_and_restore_state.py',
224        'simd128/integer/save_and_restore_state/save_and_restore_control_and_status.py',
225        'simd128/floating_point/__init__.py',
226        'simd128/floating_point/data_transfer/__init__.py',
227        'simd128/floating_point/data_transfer/move_mask.py',
228        'simd128/floating_point/data_transfer/move.py',
229        'simd128/floating_point/data_transfer/move_with_duplication.py',
230        'simd128/floating_point/data_transfer/move_non_temporal.py',
231        'simd128/floating_point/data_conversion/__init__.py',
232        'simd128/floating_point/data_conversion/convert_floating_point_to_floating_point.py',
233        'simd128/floating_point/data_conversion/convert_floating_point_to_xmm_integer.py',
234        'simd128/floating_point/data_conversion/convert_floating_point_to_mmx_integer.py',
235        'simd128/floating_point/data_conversion/convert_floating_point_to_gpr_integer.py',
236        'simd128/floating_point/data_reordering/__init__.py',
237        'simd128/floating_point/data_reordering/unpack_and_interleave.py',
238        'simd128/floating_point/data_reordering/shuffle.py',
239        'simd128/floating_point/arithmetic/__init__.py',
240        'simd128/floating_point/arithmetic/subtraction.py',
241        'simd128/floating_point/arithmetic/addition.py',
242        'simd128/floating_point/arithmetic/horizontal_subtraction.py',
243        'simd128/floating_point/arithmetic/horizontal_addition.py',
244        'simd128/floating_point/arithmetic/square_root.py',
245        'simd128/floating_point/arithmetic/simultaneous_addition_and_subtraction.py',
246        'simd128/floating_point/arithmetic/multiplication.py',
247        'simd128/floating_point/arithmetic/division.py',
248        'simd128/floating_point/arithmetic/reciprocal_square_root.py',
249        'simd128/floating_point/arithmetic/reciprocal_estimation.py',
250        'simd128/floating_point/compare/__init__.py',
251        'simd128/floating_point/compare/compare_and_write_mask.py',
252        'simd128/floating_point/compare/compare_and_write_rflags.py',
253        'simd128/floating_point/compare/compare_and_write_minimum_or_maximum.py',
254        'simd128/floating_point/logical/__init__.py',
255        'simd128/floating_point/logical/andp.py',
256        'simd128/floating_point/logical/orp.py',
257        'simd128/floating_point/logical/exclusive_or.py',
258        'simd64/__init__.py',
259        'simd64/integer/__init__.py',
260        'simd64/integer/data_transfer/__init__.py',
261        'simd64/integer/data_transfer/move_mask.py',
262        'simd64/integer/data_transfer/move.py',
263        'simd64/integer/data_transfer/move_non_temporal.py',
264        'simd64/integer/exit_media_state.py',
265        'simd64/integer/data_reordering/__init__.py',
266        'simd64/integer/data_reordering/unpack_and_interleave.py',
267        'simd64/integer/data_reordering/pack_with_saturation.py',
268        'simd64/integer/data_reordering/extract_and_insert.py',
269        'simd64/integer/data_reordering/shuffle_and_swap.py',
270        'simd64/integer/data_conversion.py',
271        'simd64/integer/arithmetic/__init__.py',
272        'simd64/integer/arithmetic/subtraction.py',
273        'simd64/integer/arithmetic/addition.py',
274        'simd64/integer/arithmetic/multiplication.py',
275        'simd64/integer/arithmetic/multiply_add.py',
276        'simd64/integer/arithmetic/average.py',
277        'simd64/integer/arithmetic/sum_of_absolute_differences.py',
278        'simd64/integer/shift/__init__.py',
279        'simd64/integer/shift/right_arithmetic_shift.py',
280        'simd64/integer/shift/left_logical_shift.py',
281        'simd64/integer/shift/right_logical_shift.py',
282        'simd64/integer/compare/__init__.py',
283        'simd64/integer/compare/compare_and_write_mask.py',
284        'simd64/integer/compare/compare_and_write_minimum_or_maximum.py',
285        'simd64/integer/logical/__init__.py',
286        'simd64/integer/logical/pand.py',
287        'simd64/integer/logical/por.py',
288        'simd64/integer/logical/exclusive_or.py',
289        'simd64/integer/save_and_restore_state.py',
290        'simd64/floating_point/__init__.py',
291        'simd64/floating_point/arithmetic/__init__.py',
292        'simd64/floating_point/arithmetic/subtraction.py',
293        'simd64/floating_point/arithmetic/addition.py',
294        'simd64/floating_point/arithmetic/reciprocal_estimation.py',
295        'simd64/floating_point/arithmetic/multiplication.py',
296        'simd64/floating_point/arithmetic/accumulation.py',
297        'simd64/floating_point/arithmetic/reciprocal_square_root.py',
298        'simd64/floating_point/data_conversion.py',
299        'simd64/floating_point/compare/__init__.py',
300        'simd64/floating_point/compare/compare_and_write_mask.py',
301        'simd64/floating_point/compare/compare_and_write_minimum_or_maximum.py',
302        'x87/__init__.py',
303        'x87/data_transfer_and_conversion/__init__.py',
304        'x87/data_transfer_and_conversion/convert_and_load_or_store_integer.py',
305        'x87/data_transfer_and_conversion/load_or_store_floating_point.py',
306        'x87/data_transfer_and_conversion/exchange.py',
307        'x87/data_transfer_and_conversion/convert_and_load_or_store_bcd.py',
308        'x87/data_transfer_and_conversion/conditional_move.py',
309        'x87/data_transfer_and_conversion/extract.py',
310        'x87/load_constants/__init__.py',
311        'x87/load_constants/load_0_1_or_pi.py',
312        'x87/load_constants/load_logarithm.py',
313        'x87/arithmetic/__init__.py',
314        'x87/arithmetic/subtraction.py',
315        'x87/arithmetic/addition.py',
316        'x87/arithmetic/partial_remainder.py',
317        'x87/arithmetic/multiplication.py',
318        'x87/arithmetic/division.py',
319        'x87/arithmetic/change_sign.py',
320        'x87/arithmetic/round.py',
321        'x87/arithmetic/square_root.py',
322        'x87/transcendental_functions/__init__.py',
323        'x87/transcendental_functions/trigonometric_functions.py',
324        'x87/transcendental_functions/logarithmic_functions.py',
325        'x87/compare_and_test/__init__.py',
326        'x87/compare_and_test/classify.py',
327        'x87/compare_and_test/test.py',
328        'x87/compare_and_test/floating_point_ordered_compare.py',
329        'x87/compare_and_test/floating_point_unordered_compare.py',
330        'x87/compare_and_test/integer_compare.py',
331        'x87/stack_management/__init__.py',
332        'x87/stack_management/stack_control.py',
333        'x87/stack_management/clear_state.py',
334        'x87/control/__init__.py',
335        'x87/control/clear_exceptions.py',
336        'x87/control/initialize.py',
337        'x87/control/wait_for_exceptions.py',
338        'x87/control/save_x87_status_word.py',
339        'x87/control/save_and_restore_x87_control_word.py',
340        'x87/control/save_and_restore_x87_environment.py',
341        'x87/no_operation.py'
342        )
343
344
345    # Add in files generated by the ISA description.
346    isa_desc_files = env.ISADesc('isa/main.isa')
347    for f in isa_desc_files:
348        # Add in python file dependencies that won't be caught otherwise
349        for pyfile in python_files:
350            env.Depends(f, "isa/insts/%s" % pyfile)
351        # Only non-header files need to be compiled.
352        if not f.path.endswith('.hh'):
353            Source(f)
354