Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThanks for your response. I traced the problem to a difference between 11.1 and 12.0 System Console to the line:
in 12.0 had to have: if { [ lsearch [ get_service_paths master ] "${::boardInit_rootport::devicePath}*/phy_0/master" ] < 0 } { ..... in 11.1 had to have: if { [ lsearch [ get_service_paths master ] "${::boardInit_rootport::devicePath}*/phy_0/master_0.master" ] < 0 } { ..... I still don't know where "get_service_paths" is or where it gets its information and why it is different for 11.1 and 12.0. Can you help ? Thanks. Shvitzer