Altera_Forum
Honored Contributor
13 years agoNot working; Previously created .QSYS file in a new project.
Hello everyone,
I'm trying to use a previously created .QSYS file in a new project. But, when I try to run the "Memory Test" SW application from Eclipse, it's not working and it gives an error message. Here are the steps that I'm using: 1. I created a new Quartus II project 2. I took the .qsys file (The .qsys file was created in another project, using the SOPC to QSYS migration tool.), and added it to the new project directory. (The .qsys file was working properly in the project it was created in). 3. I changed the name of the <filename>.qsys file to something else, <new_filename>.qsys and I generate the QSYS design. 4. At the toplevel I instantiate the QSYS design, and for the .QSF file I add the constraints. Then I compile the Quartus II project successfully. 5. I go to Eclipse and create the "Memory Test" SW application. 6. I download the .SOF to the FPGA In the Eclipse "Run Configuration" window, Eclipse is saying that there is a mismatch for the "system id" and for the "system timestamp" (I was not getting this in the original (old) project). I proceed by checking the "System ID checks" under Target Connection. When I try to run the "Memory Test application, I'm not able to. I'm getting an error message saying: "Downloading ELF Process failed". So, why can't I use the <new_filename>.qsys in the new project?? There is'nt much difference between the old and the new project, only some name changes. For .SOPC files I have previously made this sort of name change, and it has been successfull. Saber890