INtel Design Store "A10SOC Scalable Multispeed 10M-10G Ethernet Design" fails to test in system console ?
Hello,
I have an A10SOC Kit Board.
IN intel design store, I found a Multiple - Rate 10GE design example on A10SOC Kit Brd as below link :
I can compile it , then want to test it on my A10SOC KIT Board, using 【Quaratus -> System Console】with JTAG. Unfortunately tcl script report errors :
"
% cd hwtesting/system_console
% source main.tcl
% TEST_PHYSERIAL_LOOPBACK 0 1G 10000
CONFIGURE CHANNEL 0
configure_to_1G
error: master_write_32: This transaction did not complete in 60 seconds. System Console is giving up.
while executing
"master_write_32 $port_id $address $wdata"
(procedure "reg_write" line 7)
invoked from within
"reg_write $PHY_IP_BASE_ADDR $seq_control 0x111"
(procedure "SETPHY_SPEED_1G" line 8)
invoked from within
"SETPHY_SPEED_1G"
(procedure "CONFIG_1PORT" line 12)
invoked from within
"CONFIG_1PORT $speed_test"
(procedure "TEST_PHYSERIAL_LOOPBACK" line 10)
invoked from within
"TEST_PHYSERIAL_LOOPBACK 0 1G 10000"
。。
"
==
from project *qsf file, the pin defination are :
set_location_assignment PIN_AG29 -to mm_clk
set_location_assignment PIN_U29 -to ref_clk_1g
set_location_assignment PIN_AL29 -to ref_clk_10g
so I had launched "Clock Control " to re-programe Kit Board U50 ( Si5338B ) to :
-> CLK0A/B = 125MHz for "mm_clk"
-> CLK3A/B = 125MHz for "ref_clk_1g"
-> CLK2A/B = 322.265625 MHz for "ref_clk_10g"
have anyone run the same design test successfully on A10SOC Kit Board before ? any suggestion r appreciated ?
Thanks a lot !
Jet
after following the design user guide ( https://www.intel.com/content/dam/altera-www/global/en_US/uploads/3/38/Arria_10_SOC_Scalable_Multispeed_10M-10G_Ethernet_Design_user_guide.pdf ),
to set " U50 CLK0A/B = 100MHz for "mm_clk" input ", the System Console can work as expect, I can run test using this example design on A10SOC KIT Board,
Thanks all for helps.