From 07452aebf53cce698202b99075c1f895e580ba72 Mon Sep 17 00:00:00 2001 From: Akash Bagdia Date: Fri, 27 May 2016 16:54:59 +0100 Subject: [PATCH] power: Allow voltage to be configured via cmd line --- src/python/m5/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- src/python/m5/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/m5/params.py b/src/python/m5/params.py index f1eead80d..56465e067 100644 --- 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 = False + cmd_line_settable = True def __new__(cls, value): # convert to voltage