Altera_Forum
Honored Contributor
15 years agomaster_write_32 error
Hi
I was trying to do "triple speed ethernet with sgmii interface hardware test by using system console reference design". from Altera wiki (I am unable to post the link here - But this is the first link that google gives on searching the title "triple speed ethernet with sgmii interface hardware test by using system console reference design") I am using Terasic DE4 board. I changed the pin details to suit DE4 board and configured the device. Successfully programmed device in USB JTAG mode. Then, I opened system console in SOPC builder and tried to execute the config.tcl script. I am getting the following error. error: java.lang.RuntimeException: This transaction did not complete in 60 seconds. System Console is giving up. while executing "master_write_32 $jtag_master 0x400 0x00000000" (file "tse_mac_config.tcl" line 98) (file line 98) invoked from within "source tse_mac_config.tcl" (file "config.tcl" line 112) (file line 112) invoked from within "source config.tcl" I am able to execute "open_service master $jtag_master" command properly. But the command master_write_32 $jtag_master 0x400 0x00000000 is failing. I am assuming my JTAG connection is working since open_service_master succeeded. What could go wrong with writes ? Also does the board need to have a JTAG Connector for using it in the way specified above? Any pointers please? Thanks in advance