Здравствуйте, уважаемые форумчане!
У меня есть Spartan 6 xc6slx150. Я делаю прошивку, которая должна будет конфигурировать АЦП ADS5400, а потом принимать с него данные. Прошивка нормально компилируется и работает в ISim, однако, как только я пытаюсь модифицировать её с целью дабавления возможности работать через LAN (конфигурировать АЦП, генератор тактовой частоты (ADF4360-7BCP) и делитель (LMK01000ISQ) с ПК через локальную сеть), она перестаёт компилироваться. ISE выдаёт "Process "Place & Route" failed", а реаньше этого - вот такое предупреждение.
"WARNING:Route:436 - The router has detected an unroutable situation for one or more connections. The router will finish the rest of the
design and leave them as unrouted. The cause of this behavior is either an issue with the placement or unroutable placement constraints.
To allow you to use FPGA editor to isolate the problems, the following is a list of (up to 10) such unroutable connections:
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_1/bufio2_inv_inst/I
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_0/bufio2_inv_inst/I
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_1/bufio2_inst/I
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_1/bufio2_inst/IB
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_0/bufio2_inst/I
Unroutable signal: GLOBAL_LOGIC0 pin: Inst_input_data_deserializer_0/bufio2_inst/IB"
В чём проблема - понять не могу.