Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
TCL getting the status of "process run"
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-04-2010 07:43 AM
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.
Mariusz Grad.
Solved! Go to Solution.
0
Re: TCL getting the status of "process run"
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-04-2010 07:58 AM











