Altera_Forum
Honored Contributor
17 years agotcl
how to assign a sub-sub-entity like oscrow:\g1:0:comp|osc:\g1:6:comp into a logic lock region using tcl script? Thanks!
how to assign a sub-sub-entity like oscrow:\g1:0:comp|osc:\g1:6:comp into a logic lock region using tcl script? Thanks!
Hi sylvest,
set_logiclock -long_help or read QII help, Altera also has "Using TCL with Quartus" app note on the site.By the way, if you look in the .qsf at your assignments, those lines can be directly put into a Tcl script and run in Quartus II. And for all Tcl commands, at a prompt type "quartus_sh --qhelp". I find that invaluable, and generally the first place I go.
Hey, Rysc. Thanks for the heads-up on the command for TCL help in Quartus. I didn't realize that was there, and will definitely be using it plenty, from now on.