SConscript (2781:b689ee340f27) SConscript (2788:73f724ff348f)
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

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

95 + ', '.join(temp_cpu_list)
96
97# Add command to generate header to environment.
98env.Command('static_inst_exec_sigs.hh', models_db,
99 Action(gen_cpu_exec_signatures, gen_sigs_string,
100 varlist = temp_cpu_list))
101
102env.Depends('static_inst_exec_sigs.hh', Value(env['USE_CHECKER']))
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

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

95 + ', '.join(temp_cpu_list)
96
97# Add command to generate header to environment.
98env.Command('static_inst_exec_sigs.hh', models_db,
99 Action(gen_cpu_exec_signatures, gen_sigs_string,
100 varlist = temp_cpu_list))
101
102env.Depends('static_inst_exec_sigs.hh', Value(env['USE_CHECKER']))
103env.Depends('static_inst_exec_sigs.hh', Value(env['CPU_MODELS']))
103
104# List of suppported CPUs by the Checker. Errors out if USE_CHECKER=True
105# and one of these are not being used.
106CheckerSupportedCPUList = ['AlphaO3CPU', 'OzoneCPU']
107
108#################################################################
109#
110# Include CPU-model-specific files based on set of models

--- 95 unchanged lines hidden ---
104
105# List of suppported CPUs by the Checker. Errors out if USE_CHECKER=True
106# and one of these are not being used.
107CheckerSupportedCPUList = ['AlphaO3CPU', 'OzoneCPU']
108
109#################################################################
110#
111# Include CPU-model-specific files based on set of models

--- 95 unchanged lines hidden ---