Altera_Forum
Honored Contributor
9 years agoPin matching issue on my Cyclone V GX Starter Kit
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?