pin_unfix

Unlocks the pins assigned to the specified port, so the pins can be moved during place-and-route.

 

pin_unfix -port portname

 

Note: You can use this command for designs created with PinEditor in MVN and PinEditor (non-MVN).

Arguments

-port portname

Specifies the name of the port containing pins to unlock.

Supported Families

All families

Exceptions

None

Examples

You must use the pin_commit command after the pin_unfix command to save the changes to your design:

 

pin_unfix –port rst

pin_commit

See Also

pin_commit

pin_fix

pin_assign

pin_unassign

Tcl documentation conventions