I'm new to FPGA, When I tried to implement my decoder on zynq-7000 clg484, there is an error,saying that:
Bitgen:342 - This design contains pins which have locations (LOC) that are not user-assigned or I/O Standards (IOSTANDARD) that are not user-assigned. This may cause I/O contention or incompatibility with the board power or connectivity affecting performance, signal integrity or in extreme cases cause damage to the device or the components to which it is connected. To prevent this error, it is highly suggested to specify all pin locations and I/O standards to avoid potential contention or conflicts and allow proper bitstream creation. To demote this error to a warning and allow bitstream creation with unspecified I/O location or standards, you may apply the following bitgen switch: -g UnconstrainedPins:Allow
And I tried to add -g UnconstrainedPins:Allow, still not working, saying that the 'clk' pin is not optimal, but seriously, I don't know which pin number is the general clock pin number!
Where can I find a document explain the pin number of the board ? I couldn't find it so I don't know which button on the board mapping to which number, so in PlanAhead(I/o pin planning), I always don't know which number to locate.