Altera_Forum
Honored Contributor
17 years agoquartus_stp tcl scripts?
I'm looking for information on how to script quartus_stp. I typically instantiate a megawizard plugin generated stp component. I can then do this:
quartus_stp myproject --create_signaltap_hdl_file --stp_file=cli.stp But I would like to know how to do the following from a quartus_stp tcl script: set the jtag target select a signaltap instance if there are more than one group some signals set trigger run until trigger grab the data into a tcl array or to stdout I can't seem to find any documentation on how to do this. I would be happy for pointer to docs or sample scripts on this issue.