From: Benjamin Herrenschmidt Date: Mon, 30 Sep 2019 04:07:16 +0000 (+1000) Subject: Change default frequency to 100Mhz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f97b320f6c997494772f5a3e8adb867e28c148c;p=microwatt.git Change default frequency to 100Mhz LiteDRAM at the moment pretty much enforces 100Mhz, and our software isn't quite yet adaptable, so switch out default to 100Mhz accross the board. Recent timing improvements should make it a non-issue. Signed-off-by: Benjamin Herrenschmidt --- diff --git a/microwatt.core b/microwatt.core index 0d8531e..0558470 100644 --- a/microwatt.core +++ b/microwatt.core @@ -187,7 +187,7 @@ parameters: datatype : int description : Generated system clock frequency in HZ (for top-generic based boards) paramtype : generic - default : 50000000 + default : 100000000 disable_flatten_core: datatype : bool