Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

Is there any way to execute Perl from quartus

Altera_Forum
Honored Contributor II
1,537 Views

Hi  

 

i wish to execute perl script after running quartus synthesis -  

i wish to do so from my quartus flow  

 

is there any way to do so  

 

BR Meir
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
819 Views

The QSF file is basically a tcl script. It has ways to call other TCL script files as different stages of the flow. 

http://www.altera.com/support/examples/tcl/auto_processing.html 

 

In the post processing script, you can use tcl exec command to call a perl script. 

 

Pete
0 Kudos
Reply