Forum Discussion
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