delete_logiclock (::quartus::incremental_compilation)

The following table displays information for the delete_logiclock Tcl command:

Tcl Package and Version

Belongs to ::quartus::incremental_compilation 1.1

Syntax delete_logiclock [-h | -help] [-long_help] -region <region name>
Arguments -h | -help Short help
  -long_help Long help with examples and possible return values
-region <region name> Region name
Description
Deletes the LogicLock(TM) region specified by the 
"-region" option.
Example Usage
package require ::quartus::incremental_compilation		

## Remove the region named "one"
project_open my_design

delete_logiclock -region one

project_close
Return Value Code Name Code String Return
  TCL_OK 0 INFO: Operation successful
  TCL_ERROR 1 ERROR: Can't delete root region. The root region must always exist. Do not delete the root region.
  TCL_ERROR 1 ERROR: delete_region command failed. Make sure that the Quartus Prime Settings File has a write attribute.
  TCL_ERROR 1 ERROR: LogicLock not initialized. Initialize the LogicLock data structures using the initialize_logiclock command. The LogicLock datastructures can go out of date after changing projects, revisions, or devices; if so, use a subsequent initialize_logiclock command.
  TCL_ERROR 1 ERROR: Project has no active revision. Make sure there is an open, active revision.
  TCL_ERROR 1 ERROR: No project is currently open. Open an existing project or create a new project.