summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2010-02-26 18:14:48 -0800
committerNathan Binkert <nate@binkert.org>2010-02-26 18:14:48 -0800
commitf0b4259e98773bee04cd0af5dda7bcfba5032589 (patch)
tree6507a2f53b7e645d7ab30fd43384afa4b6b98b48 /src/arch/SConscript
parentac106767c86e58af623c81ed04521ea40ad7b8a9 (diff)
downloadgem5-f0b4259e98773bee04cd0af5dda7bcfba5032589.tar.xz
cpu_models: get rid of cpu_models.py and move the stuff into SCons
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r--src/arch/SConscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript
index 61b570313..adbf4c292 100644
--- a/src/arch/SConscript
+++ b/src/arch/SConscript
@@ -90,16 +90,6 @@ env.Append(SCANNERS = isa_scanner)
# output from the ISA description (*.isa) files.
#
-#
-# Grab the CPU Model information
-#
-
-# Convert to File node to fix path
-cpu_models_file = File('../cpu/cpu_models.py')
-
-# This sucks in the defintions of the CpuModel objects.
-execfile(cpu_models_file.srcnode().abspath)
-
# The emitter patches up the sources & targets to include the
# autogenerated files as targets and isa parser itself as a source.
def isa_desc_emitter(target, source, env):