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
Posts: 147
Registered: ‎07-08-2008
0
Accepted Solution

TCL getting the status of "process run"

Hi,

 

I am using TCL to script the toolflow and I am happy with it.

However, I have problems with fetching the errors from the "process run" commands.

The code looks like this:

 

set rc [ catch { process run "Check Syntax" } msg ]

The result is always the same, rc=0 msg=true

This happens even when there are errors in the design.

 

Do I have to parse the output in order to get rc or there is an easier way to do that?

 

Thanks, Mariusz.

 

--
Mariusz Grad.
Super Contributor
Posts: 147
Registered: ‎07-08-2008
0

Re: TCL getting the status of "process run"

The answer is really simple ;)

http://www.xilinx.com/support/answers/36936.htm

--
Mariusz Grad.