Altera_Forum
Honored Contributor
8 years agoI can't modify a file in quartus after generated the QSYS system? Please Help.
I'm making a flash controller in FPGA. I wrote the principal controller code, and another file that works like a test bench (a counter that generates the write and read instructions with datas) I named TOP. I want to connect both with avalon MM.
So I open Qsys and create a system with a breach MM, a clock and a ip based on the controller code, then I click Generate . and exit, and in quartus I compile. Now I open Signal Tap II and create a stp project and save it, load the sof and load in the board, trigger the signal, and everything looks good Now comes the problem, I want to keep modifidying the controller code, because i want to test some values and different registers (debugg), the changes I do in the Quartus-II I compile them, and try to open signal tap ii and, then rapid compile again, load and trigger the system again, but the wave just show the same wave than before, no changes were done. The registers has the same old values. So It means I can't modify the file from Quartus. Then I go back to Quartus-II and, try to launch Qsys, I analize the file again and generate HDL. Compile and launch Signal tap again, with the same problem. but at this point I go back to Quartus-II it gives me this message, see Untitled https://alteraforum.com/forum/attachment.php?attachmentid=14734&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14734&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14734&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14734&stc=1 It wants to change the file to the first version of the file (at the step of creating the qsys). So I dont know what to do now, any one has idea of what I'm doing wrong. Really thanks in advance to everyone.