changeset e0cbca57e1e9 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=e0cbca57e1e9
description:
        power: Allow voltage to be configured via cmd line

        ---
         src/python/m5/params.py | 2 +-
         1 file changed, 1 insertion(+), 1 deletion(-)

diffstat:

 src/python/m5/params.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bfed9fdf0ac7 -r e0cbca57e1e9 src/python/m5/params.py
--- a/src/python/m5/params.py   Fri May 27 16:46:03 2016 +0100
+++ b/src/python/m5/params.py   Fri May 27 16:54:59 2016 +0100
@@ -1587,7 +1587,7 @@
 class Voltage(float,ParamValue):
     cxx_type = 'double'
     ex_str = "1V"
-    cmd_line_settable = False
+    cmd_line_settable = True
 
     def __new__(cls, value):
         # convert to voltage
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to