diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-03-28 10:49:36 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-03-28 10:49:36 -0500 |
commit | ef987a4064f1e81fd1b61f3de03834a51658645f (patch) | |
tree | a46fa5fe14ad15e6b355ac30c00b7ca3ce2c79ca /configs | |
parent | bb67c706d6753d4c9f225748410c21f8eec4beed (diff) | |
download | gem5-ef987a4064f1e81fd1b61f3de03834a51658645f.tar.xz |
Config: Import math in MI_example.py
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ruby/MI_example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ruby/MI_example.py b/configs/ruby/MI_example.py index 82817d60a..062748eef 100644 --- a/configs/ruby/MI_example.py +++ b/configs/ruby/MI_example.py @@ -27,6 +27,7 @@ # # Authors: Brad Beckmann +import math import m5 from m5.objects import * from m5.defines import buildEnv |