- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I had a simple question, what is the command to invoke time quest in the TCL script? i need this result urgent. Any help would be very much appreciated. thanks Best regards kenLink Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
qexec "quartus_sta <project_name>"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your prompt replying,
I had tried to use the command and it works well. I am trying to used quartus_sta myproject -c myproject_hcii base on the TCLReference Manual but failed. I am trying to save the result in one of the file? how do I do it? BTW, is that possible for us to invoke this command once the compilation finish? If can what I need to do to include the command above? currently I run the TCL script by tools -> tcl scripts -> run Is that possible to call the Timequest menu out and right click on the slack failure and report timing after the simulation done? I am sorry; I am quite new in this TCL script. Kindly assist. Thanks- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this should help with automatically running your scripts:
http://www.altera.com/support/examples/tcl/auto_processing.html you can redirect output to a file: qexec "quartus_sta <project_name> > <log_name>.txt"- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your great help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am very new to tcl script and I saw a post regarding this. So I tried to used "POST_FLOW_SCRIPT_FILE" but I am not sure when it is executed. I want to execute the same tcl script AFTER the time_quest sta finished at once. Is "POST_FLOW_SCRIPT_FILE" appropriate to realize the operation above ? I don't want to execute the scripts before timequest sta. Thanks for any help in advance. Best regards Angel
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page