Forum Discussion

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

tcl script for design partition

Can I write a tcl script to create design partitions and a tcl script for logic lock.

My code is written in verilog.

1 Reply

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

    Use the GUI to create a LogicLock region, and then adjust things until you are happy with them. Then use "Project->Generate Tcl File for Project" to create a Tcl script for your project. That Tcl script will contain a lot of assignments that start with LL_ (logic lock).

    That should be enough to get you started.

    Cheers,

    Dave