- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have one batch file that extract all the warnings lines from report file. After compilation process, we have all report files in our quartus directory. So, i want to run this batch file automatically after compilation process in quartus prime software.
Has anyone any idea on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I got one solution on this instead of using batch file.
I have designed one TCL script file which is executed after compilation has been done.
These are the steps to execute any TCL script file after Quartus compilation.
Steps :
- Add your .tcl file to your project directory which you want to execute.
- Add following command to .qsf file which can run tcl file after compilation process.
- set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:<tcl_file_name>.tcl"
3. Compile your project.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, apologize for the delay. Would like to know whether you are able to run the batch file after compilation? Do you need further help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No. Still not getting any solution on this.
Do you have any solution?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I got one solution on this instead of using batch file.
I have designed one TCL script file which is executed after compilation has been done.
These are the steps to execute any TCL script file after Quartus compilation.
Steps :
- Add your .tcl file to your project directory which you want to execute.
- Add following command to .qsf file which can run tcl file after compilation process.
- set_global_assignment -name POST_FLOW_SCRIPT_FILE "quartus_sh:<tcl_file_name>.tcl"
3. Compile your project.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page