Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Super Contributor
v_tihhomirov
Posts: 177
Registered: ‎04-16-2009
0

How to Invalidate XST cache before re-synthesis?

[ Edited ]

Hello,

 

I run XST repeatedly from commad line on the same project after slight modifications in the sources. First re-synthesis synthesizes the previous configuration. I have to run the synthesis twice for the changes to come true. Removing all the XST generated files in the working dir has no effect. There should be something else memorized by XST. Coersing people to do synthesis twice is very bad idea (this is time-consuming and creates unconfident feeling). Is there a way to ensure the clean synthesis?

 

Thanks.

Message Edited by v_tihhomirov on 04-06-2010 12:37 PM
Expert Contributor
evgenis1
Posts: 338
Registered: ‎12-03-2007
0

Re: How to Invalidate XST cache before re-synthesis?

Hi,

 

You can cleanup the project - either from the ISE menu->project->cleanup project files..., or from TCL command line "project clean".

 

 

 

Hope that helps,

OutputLogic 

Super Contributor
v_tihhomirov
Posts: 177
Registered: ‎04-16-2009
0

Re: How to Invalidate XST cache before re-synthesis?

Excuse my fuss. It was my fault. XST is OK.