21.3.94 unlink_copy_locally

Description

This Tcl command removes a link to a file and copies the file locally to the project.

unlink_copy_locally -file {filename}

Arguments

ParameterTypeDescription
filestringName of the linked (remote) file you want to unlink and copy locally to the project.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneUnable to find the file '*/src'.
NoneParameter 'file' has illegal value.
NoneRequired parameter 'file' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'unlink_copy_locally -file "file"'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

Unlink the file file1.vhd from my project and copy locally to the project.

unlink_copy_locally -file file1.vhd