Altera_Forum
Honored Contributor
9 years agoDesign tree QIP->SDC is not present at the 'Files' tab of my new project
Hi there,
I'm making simple experiments with the Nios2 with a cheap CycloneII-based development board by making few changes in demo projects, which came at the CD, and so far there were no issues. These projects were made in quartus 9, and once I'm using quartus 13, I had to convert the original SOPC design to QSYS, also with no problem. Thereafter, in order to learn in details all steps of the tool I decided to start a new design from scratch, and the things seemed work fine at almost all stages, except when trying to upload the compiled code to board at Eclipse; The following 2 errors apeared everytime, and although I've following several tips recomended here and elsewhere on the web, nothing fixed it: --- Quote Start --- -Connected system ID hash not found on target at expected base address. -Connected system timestamp not found on target at expected base address. --- Quote End --- However, comparing my own design with some of the various demo designs which came at the CD, I've noticed that the qip->sdc tree files are present in a hierarchy at the files tab at their designs, but not in mine. Even manually adding my qip file to that tab, the subsequent sdc file were not automatically linked after re-compiling the design in Quartus2. I also searched on ALTERA's documentations, but unfortunatelly could not find anything explicitly mentioning that. The closest reference was the following, but I don't believe it is related to my problem:- the .qip/.sdc files in the project .qsf are reordered when opening a project or re-generating ip in the quartus ii software version 12.1 sp1 (https://www.altera.com/support/support-resources/knowledge-base/solutions/rd03142013_686.html)