From 9b8c094cf675217bafc1468785ca1978e43db0bf Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Thu, 10 Oct 2019 20:59:49 +1100 Subject: [PATCH] Fix cmod-a7 frequency The cmod-a7 is ignoring the clk_frequency parameter and running at 100 MHz. Fix it. Signed-off-by: Anton Blanchard --- microwatt.core | 1 + 1 file changed, 1 insertion(+) diff --git a/microwatt.core b/microwatt.core index 6619e8b..2124896 100644 --- a/microwatt.core +++ b/microwatt.core @@ -139,6 +139,7 @@ targets: - ram_init_file - reset_low=false - clk_input=12000000 + - clk_frequency tools: vivado: {part : xc7a35tcpg236-1} toplevel : toplevel