Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

tcl

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!

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi sylvest,

    set_logiclock -long_help

    or read QII help, Altera also has "Using TCL with Quartus" app note on the site.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.