From 667b4bcc63218ebf1dd38e9f304fd10fa8aee33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 13 Jun 2023 12:19:12 +0200 Subject: [PATCH] up5k_rgb: Fix icetime failure I get this failure when building the up5k_rgb example: ERROR: Max frequency for clock 'clk': 38.87 MHz (FAIL at 48.00 MHz) (Tested with yosys 0.23 and nextpnr 0.4) Annotate the clk line frequency to fix this. --- examples/up5k_rgb/rgb.pcf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/up5k_rgb/rgb.pcf b/examples/up5k_rgb/rgb.pcf index 0954260..e390ba3 100644 --- a/examples/up5k_rgb/rgb.pcf +++ b/examples/up5k_rgb/rgb.pcf @@ -1,3 +1,4 @@ +set_frequency clk 32 set_io RGB0 39 set_io RGB1 40 set_io RGB2 41