Добрый вечер. Пытаюсь запустить gigabit ethernet на Stratix II GX, но пока безуспешно. По порядку:
1) Общие сведения: Quartus II v11
2) создаю систему в SOPC

3) в Quartus создаю проект (на основе проекта для Cyclone II):

clk - osc_clk (100 MHz)
4) в NIOS IDE запускаю проект Simple Socket Server, в котором прописываю:
IP_address: 192.168.1.105
MASK: 255.255.255.0
Gateway: 192.168.1.1
Назначаю MAC-адрес вручную в методе get_mac_addr.
Компилирую и запускаю. Информация из Nios Console:
InterNiche Portable TCP/IP, v3.1
Copyright 1996-2008 by InterNiche Technologies. All rights reserved.
prep_tse_mac 0
Your Ethernet MAC address is 00:07:ed:ff:00:01
prepped 1 interface, initializing...
[tse_mac_init]
INFO : TSE MAC 0 found at address 0x08006000
INFO : Multi Channel = No
INFO : MDIO Shared = No
INFO : MAC Type = 10/100/1000 Ethernet MAC
INFO : MAC Address = 0x08006000
INFO : MAC Device = tse_mac_device[0]
INFO : PHY Marvell 88E1111 found at PHY address 0x12 of MAC Group[0]
INFO : PHY OUI = 0x005043
INFO : PHY Model Number = 0x0c
INFO : PHY Revision Number = 0x2
INFO : PHY[0.0] - Automatically mapped to tse_mac_device[0]
Created "Inet main" task (Prio: 2)
INFO : PHY[0.0] - Advertisement of 1000 Base-T Full Duplex set to 1
Created "clock tick" task (Prio: 3)
INFO : PHY[0.0] - Advertisement of 1000 Base-T Half Duplex set to 1
INFO : PHY[0.0] - Advertisement of 100 Base-T4 set to 0
INFO : PHY[0.0] - Advertisement of 100 Base-TX Full Duplex set to 1
INFO : PHY[0.0] - Advertisement of 100 Base-TX Half Duplex set to 1
INFO : PHY[0.0] - Advertisement of 10 Base-TX Full Duplex set to 1
INFO : PHY[0.0] - Advertisement of 10 Base-TX Half Duplex set to 1
INFO : PHY[0.0] - Restart Auto-Negotiation, checking PHY link...
INFO : PHY[0.0] - Auto-Negotiation PASSED
INFO : Applying additional PHY configuration of Marvell 88E1111
INFO : Applying additional user PHY configuration
MARVELL : Mode changed to GMII to copper mode
MARVELL : Disable RGMII Timing Control
MARVELL : PHY reset
INFO : PHY[0.0] - Checking link...
INFO : PHY[0.0] - Link not yet established, restart auto-negotiation...
INFO : PHY[0.0] - Restart Auto-Negotiation, checking PHY link...
INFO : PHY[0.0] - Auto-Negotiation PASSED
INFO : PHY[0.0] - Link established
INFO : PHY[0.0] - Speed = 1000, Duplex = Full
OK, x=0, CMD_CONFIG=0x00000000
MAC post-initialization: CMD_CONFIG=0x0400020b
[tse_sgdma_read_init] RX descriptor chain desc (1 depth) created
mctest init called
IP address of et1 : 192.168.1.105
//тут Wireshark'ом ловлю пакеты (о них ниже)
DHCP timed out, going back to default IP address(es)
Simple Socket Server starting up
[sss_task] Simple Socket Server listening on port 30
Created "simple socket server" task (Prio: 4)
Итог: горит Led_1000, мигает led_rx, так же до выдачи сообщения "DHCP timed out, going back to default IP address(es)" мигает led_tx и приходят пакеты.

Окно "time limited..." не закрываю. На ping ответ "заданный узел недоступен". Вопрос: в чем может быть ошибка?
Информация о ПК: ОС Windows 7, ip 192.168.1.2, mask 255.255.255.0, основной шлюз 192.168.1.1