View Single Post
  #12 (permalink)  
Old 05-26-2009, 10:49 PM
David Antliff
Guest
 
Posts: n/a
Default Re: Can we expect ISE Gui and makefile to produce identical bitfiles?

On May 27, 3:25*am, "MikeWhy" <boat042-nos...@yahoo.com> wrote:
> I just use the <project>.xise file. Starting the gui with just that file in
> the project directory produces all the other files.


Assuming you meant '.ise' not '.xise' (apologies if there really is
a .xise file, I haven't seen one) - as I mentioned earlier, we cannot
use the .ise file as an input to our build system because it
constantly changes. This also means we would prefer not to have it
tracked by our source control tool (git) as a constantly changing file
is nothing short of exceptionally annoying. So if we can generate
an .ise at build-time from a TCL script, we can provide a way to
generate a non-controlled .ise for use locally in the GUI tool. I
still don't want to use the .ise as a build input.

Reply With Quote