Altera_Forum
Honored Contributor
11 years agoEnable signaltap in quartus_sh build?
I do my builds using tcl scripts. I usually do the full build by running
quartus_sh -t build.tcl
Where build.tcl will create the project, do assignments and then run compile However when I include signaltap files in this flow I have to do: quartus_sh -t setup.tcl
quartus_stp project_name --stp_file file.stp --enable
quartus_sh -t comp.tcl
Where setup.tcl will create the project and do assignements, and comp.tcl will simply run "execute_flow -compile". However, it's a bit cumbersome to run three processes. Is there a way to run the equivalent of quartus_stp from within quartus_sh? Most of the stuff that I've found in the stp package is related to running signaltap. Also enabling signaltap and stp files using assignment is not sufficient as the quartus_stp program appears to convert the xml forms in the stp file to various sld_node assignments etc.