Forum Discussion
Altera_Forum
Honored Contributor
9 years agomaster_write_32 doesn't come out of master
I have instantiated a JTAG to MM Master block in my FPGA. I can attach to it from the system console and open it without problem. However, when I try to do a simple write: master_write_32...
Altera_Forum
Honored Contributor
9 years agoOne issue was that I was using a master from the 5M chip rather than the Arria 10 on our board.
That's because my master wasn't showing up with get_service_paths when I used the gui, even if I gave it the proper -device switch. Instead, what did work was using the command line: quartus_sh -s tcl> load_package systemconsole tcl> initialize_systemconsole tcl> get_service_paths master [all masters are shown. My showed up as .../phy_0/master] tcl> master_write ... - it worked