You may recall I endorsed copying files into the project manually, then editing fileset.xml by hand to refer to them in situ. This is because I didn't know you can right click on a resource to copy it into your project. Very useful if using planAhead, since as soon as you start mapping peripherals, there's a bunch more files you should import (so as not to impact other projects). In the case of the system stuff, it touches these behind the scenes. But with verilog modules / constraints, you know what you're about to edit, so can easily import it beforehand.
Since it remembers where a file was copied from, you can right click and Replace File at any time, and it'll grab a fresh copy of the original. So if you did have a scenario with the original file being updated after you'd imported it, then this would make grabbing a fresh copy (while manual), a bit easier.
As we discussed, I don't think this is your problem. There are two different files called system_stub.v. One in fpga/projects/parallella_7020_headless, and one in fpga/edk/parallella_7020_headless. However you could consider using this as an easy way to grab a copy of the edk version each time - if all you are doing is removing the system module which causes the conflict. Import and delete module.Statistics: Posted by yanidubin — Sat Sep 27, 2014 11:58 am
]]>