Сразу к делу! У меня есть плата с гигабитным Ethernet контроллером и спартаном 3 на 4 млн. вентилей! Так же есть EDK 9.2. При создании проэкта я выбрал себе в качестве Ethernet модуля - Hard_Ethernet_MAC так как Ethernetlight не потдерживает Gigabit Ethernet и протакол GMII, но ни что не дается даром и при имплементации выдался след лог
Код
Checking expanded design ...
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_STATUS_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_3' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_3' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_4' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_4' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_TEMAC_IF/I_RX_CL_IF/I_RX_CLIE
NT_FIFO' with type 'hard_ethernet_mac_wrapper_async_fifo_v6_1_2' could not be
resolved. A pin name misspelling can cause this, a missing edif or ngc file,
or the misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_async_fifo_v6_1_2' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_TEMAC_IF/I_TX_CL_IF/I_TX_CLIE
NT_FIFO' with type 'hard_ethernet_mac_wrapper_async_fifo_v6_1_1' could not be
resolved. A pin name misspelling can cause this, a missing edif or ngc file,
or the misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_async_fifo_v6_1_1' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_CSUM_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_1' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_1' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_2' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_2' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_STATUS_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_3' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_3' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_4' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_4' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_RX0/I_RX_TEMAC_IF/I_RX_CL_IF/I_RX_CLIE
NT_FIFO' with type 'hard_ethernet_mac_wrapper_async_fifo_v6_1_2' could not be
resolved. A pin name misspelling can cause this, a missing edif or ngc file,
or the misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_async_fifo_v6_1_2' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_TEMAC_IF/I_TX_CL_IF/I_TX_CLIE
NT_FIFO' with type 'hard_ethernet_mac_wrapper_async_fifo_v6_1_1' could not be
resolved. A pin name misspelling can cause this, a missing edif or ngc file,
or the misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_async_fifo_v6_1_1' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_CSUM_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_1' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_1' is not supported in target
'spartan3'.
ERROR:NgdBuild:604 - logical block
'Hard_Ethernet_MAC/Hard_Ethernet_MAC/I_TX0/I_TX_FIFO' with type
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_2' could not be resolved. A pin
name misspelling can cause this, a missing edif or ngc file, or the
misspelling of a type name. Symbol
'hard_ethernet_mac_wrapper_sync_fifo_v5_0_2' is not supported in target
'spartan3'.
под is not supported in target 'spartan3' я понял не совместимость со spartan3. Так как же мне решить эту проблему подскажите!!!
Зарание спасибо!!