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.
This commit is contained in:
Daniel Gröber 2023-06-13 12:19:12 +02:00
parent acb1cfcc74
commit 667b4bcc63
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
set_frequency clk 32
set_io RGB0 39
set_io RGB1 40
set_io RGB2 41