Altera_Forum
Honored Contributor
14 years agoTSE by Using System Console on DE2-115
Hi,
I'm trying to test on a DE2-115 Terasic board, the TSE reference designs available on AlteraWiki: by using system console, for RGMII or MII interfaces, in Forward loopback mode. Designs are targetted for Arria II and Stratix IV chips, so I have modified both designs to target Cyclone IV chip (which is on the Terrasic board). When compiling designs, I encountered no problem under Quartus II (v11.0). When using System Console, it doesn't work: data are not sent/received through MII or RGMII interfaces (MDIO link is ok). I made some traces in tcl scripts in order to see what happens. It seems to be stucked at sending packets: in eth_gen_mon.tcl file: while {$receive_ctrl_status != 0x00000004} { set receive_ctrl_status [master_read_32 $jtag_master $AddressOffset 1]; set receive_ctrl_status [expr {$receive_ctrl_status & 0x00000004}]; } Does anybody have tested these designs ? I would be very nice, if somebody could help me solving my problem. Many thanks in advance.