projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ca477
)
power: Allow voltage to be configured via cmd line
author
Akash Bagdia
<akash.bagdia@ARM.com>
Fri, 27 May 2016 15:54:59 +0000
(16:54 +0100)
committer
Akash Bagdia
<akash.bagdia@ARM.com>
Fri, 27 May 2016 15:54:59 +0000
(16:54 +0100)
---
src/python/m5/params.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
src/python/m5/params.py
patch
|
blob
|
history
diff --git
a/src/python/m5/params.py
b/src/python/m5/params.py
index f1eead80d1cdbb3c5d74bc186089e67714babbfd..56465e067ec593b44e0b102f44c99d875b33e47b 100644
(file)
--- a/
src/python/m5/params.py
+++ b/
src/python/m5/params.py
@@
-1587,7
+1587,7
@@
class Clock(TickParamValue):
class Voltage(float,ParamValue):
cxx_type = 'double'
ex_str = "1V"
- cmd_line_settable =
Fals
e
+ cmd_line_settable =
Tru
e
def __new__(cls, value):
# convert to voltage