From 0f97b320f6c997494772f5a3e8adb867e28c148c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 30 Sep 2019 14:07:16 +1000 Subject: [PATCH] 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 --- microwatt.core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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