> # HG changeset patch
> # User Brad Beckmann <[email protected]>
> # Date 1260657435 28800
> # Node ID c1b464b8baad8ab20030eb6b36859035c769122d
> # Parent  856ecd55b3729ea5f083b76bc4750a29b008b707

> diff -r 856ecd55b372 -r c1b464b8baad src/mem/ruby/system/RubySystem.py
> --- a/src/mem/ruby/system/RubySystem.py Sat Dec 12 14:37:15 2009 -0800
> +++ b/src/mem/ruby/system/RubySystem.py Sat Dec 12 14:37:15 2009 -0800
> @@ -6,7 +6,7 @@
>     random_seed = Param.Int(1234, "");
>     randomization = Param.Bool(False, "");
>     tech_nm = Param.Int(45, "");
> -    freq_mhz = Param.Int(3000, "");
> +    clock = Param.Clock('1000t', "");

Should this really just be '1GHz' ?  '1000t' is not as obvious.
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to