FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
6458 ディスカッション

Cyclone 10 LP Evaluation Kit Pinout issue

Kenvwhite
初心者
3,783件の閲覧回数

Hello,

I recently purchased EK-10CL025U256 with Cyclone 10CL025YU256I7G and the problem is probably the documentation.

I can't assign the right pins in Quartus Prime Lite. I have two documentations, one attached by the vendor (Mouser) and the other directly from the Design Files I downloaded. I noticed a discrepancy, in this table with pins, and what is in the schematics, but none of these pins are correct. I can't even turn on the LED.

Also regarding to this: https://www.intel.com/content/www/us/en/docs/programmable/683580/current/evaluation-board-revisions.html
I have revision A2.
ラベル(1)
0 件の賞賛
1 解決策
sstrell
名誉コントリビューター III
3,651件の閲覧回数

D6, D7, D8, and D9 are the board references on the silkscreen, not device pin numbers, so L14, K15, J14, J13 are correct.

As for why it looks like a power pin is showing up at location L14, check to see if that is perhaps a dual function pin.

元の投稿で解決策を見る

8 返答(返信)
sstrell
名誉コントリビューター III
3,726件の閲覧回数

Can you point out the discrepancies you've found and links to the documents you are referring to?

Kenvwhite
初心者
3,712件の閲覧回数

From Mouser https://www.mouser.pl/datasheet/2/612/ug_c10_lp_eval_kit-1144689.pdf
From Board Design Files: https://www.intel.com/content/www/us/en/developer/articles/tool/intel-cyclone-10-lp-fpga-evaluation-kit-downloads.html I dowloaded Kit zip from here.
But also in Design files pins for those User LED's have diff pinout I know that in PDF pins have the same description as on the top of the board and description in this schematics refers to Cyclon pinout.

The case is none of them could be used in Quartus, because those pins have another assignment as I know.

I have tried every of those pins and none of them works to blink User LED.

F.e. pins D6, D7, D8, D9 in PDF are L14, K15, J14, J13 in schematics.

 

Kenvwhite_2-1745861252163.png

Kenvwhite_3-1745861288492.png

 

 

 

sstrell
名誉コントリビューター III
3,652件の閲覧回数

D6, D7, D8, and D9 are the board references on the silkscreen, not device pin numbers, so L14, K15, J14, J13 are correct.

As for why it looks like a power pin is showing up at location L14, check to see if that is perhaps a dual function pin.

Kenvwhite
初心者
3,644件の閲覧回数

Maybe my program is a problem or a upload to the board even if it's successful. I've tried statically turn on the LED, but nothings change.

After a few minutes D6, D7, D8, and D9 automatically starts blinking. This state is from the beginning and nothings changing it.

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;

entity ONE_LED_BLINK is
    Port (
        led : out STD_LOGIC  
	);
end ONE_LED_BLINK;

architecture Behavioral of ONE_LED_BLINK is
  
begin
	led <= '1';

end Behavioral;

 

Kenvwhite_0-1745949542096.png

 

sstrell
名誉コントリビューター III
3,640件の閲覧回数

LEDs are active low.

Kenvwhite
初心者
3,636件の閲覧回数

Oh god, finally works. Thank you a lot!

AqidAyman_Intel
従業員
3,184件の閲覧回数

Thank you @sstrell for your kind help.

May I know if you need any more support on this?


AqidAyman_Intel
従業員
2,864件の閲覧回数

As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


返信