Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 讨论

Pin matching issue on my Cyclone V GX Starter Kit

Altera_Forum
名誉分销商 II
1,923 次查看

Hello everybody, 

I bought a Cyclone V Starter Kit (not the Development Kit) because I want to experiment digital electronics from simple logic gates and gradually the FPGA world. As I compile my design using pin assignments from "Default" demo project (I cannot find a standard pin assignments), the compilation stops and these errors come out in compilation console: 

 

Error (171016): Can't place node "LEDR[1]" -- illegal location assignment PIN_F6 

Error (171016): Can't place node "LEDR[3]" -- illegal location assignment PIN_G7 

Error (171016): Can't place node "SW[0]" -- illegal location assignment PIN_AC9 

Error (171016): Can't place node "SW[1]" -- illegal location assignment PIN_AE10 

Error (171016): Can't place node "SW[2]" -- illegal location assignment PIN_AD13 

Error (171016): Can't place node "SW[3]" -- illegal location assignment PIN_AC8 

Error (171016): Can't place node "SW[4]" -- illegal location assignment PIN_W11 

 

Pins assignments are like in instruction manual PDF supply with "System CD". What's wrong? What shall I do?
0 项奖励
3 回复数
Altera_Forum
名誉分销商 II
883 次查看

The only thing I can think of is that you are not targeting the exact device on that board. Make sure the device in your project is set to 5CGXFC5C6F27C7N.

0 项奖励
Altera_Forum
名誉分销商 II
883 次查看

 

--- Quote Start ---  

The only thing I can think of is that you are not targeting the exact device on that board. Make sure the device in your project is set to 5CGXFC5C6F27C7N. 

--- Quote End ---  

 

 

Hey, it can't be real...I've switched to it...I've imported pin assignments from "default" project (they match with the manual) and now everything is OK. Thanks.  

 

Now...I'm noticing that with programmer in JTAG mode, design goes away with the power-off of the board. What shall I do to load my design into the Cyclone? 

 

Thanks again.
0 项奖励
Altera_Forum
名誉分销商 II
883 次查看

You program the device again. That's how FPGAs work. They have SRAM cells that store the design configuration until you power cycle. You either program it over JTAG again or put the programming bitstream file into a non-volatile memory (like flash) and set up the device to automatically program itself (or let another device manage the programming) at power on.

0 项奖励
回复