Intel® Quartus® Prime Standard Edition User Guide: Design Optimization

ID 683230
Date 11/12/2018
Public
Document Table of Contents

5.4.6. Setting Logic Lock (Standard) Assignment Priority

Use the following Tcl code to set the priority for a Logic Lock (Standard) region’s members. This example reverses the priorities of the Logic Lock (Standard) region in your design.
set reverse [list]
for each member [get_logiclock_member_priority] {
	set reverse [insert $reverse 0 $member]
{
set_logiclock_member_priority $reverse