Altera_Forum
Honored Contributor
16 years agorevisions and different sopc
Hi,
On one Quartus Project, I make 2 revisions : for exemple 1 : using sopc_number_1.sopc (.ptf) 2 : using sopc_number_2.sopc (.ptf) When I generate sopc_number_2.sopc, it says "JTAG instance (...] is used by sopc_number_1.sopc [.....] Reassign to 1." The problem is : when I want to download a software developed for sopc_number_2.sopc on a FPGA which contain this exact sopc_number_2.sopc, Nios II IDE says that there is no sopc (something like that). My questions : Is it a good way to make revisions with different sopc ? If not, do I have to make independant different projects ? How could I make sopc_number_2.sopc (.ptf) very independant from sopc_number_1.sopc (.ptf) about JTAG (uart and cpu debug) ? For the moment, I moved sopc_number_1.sopc and related away. (sorry for my english)