diff options
author | Nathan Binkert <nate@binkert.org> | 2009-08-16 13:40:03 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-08-16 13:40:03 -0700 |
commit | a6b39c07d9d03955382a0e930b363c6e6fd4b942 (patch) | |
tree | 5e87f7b0d666e91c0094097bb2c375b5dd3b4363 /src/python/SConscript | |
parent | 2ecaa99025665573a95057c2600e8e74132e22f5 (diff) | |
download | gem5-a6b39c07d9d03955382a0e930b363c6e6fd4b942.tar.xz |
code_formatter: Add a python class for writing code generator templates
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index c36f03695..bb892f376 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -53,6 +53,7 @@ PySource('m5', 'm5/ticks.py') PySource('m5', 'm5/trace.py') PySource('m5.util', 'm5/util/__init__.py') PySource('m5.util', 'm5/util/attrdict.py') +PySource('m5.util', 'm5/util/code_formatter.py') PySource('m5.util', 'm5/util/grammar.py') PySource('m5.util', 'm5/util/jobfile.py') PySource('m5.util', 'm5/util/misc.py') |