21.3.60 import_mss_component

Description

This Tcl command imports the MSS component to your project.

import_mss_component [-file {path to the *.cxz file}]

Arguments

ParameterTypeDescription
filestringPath of the *.cxz files to be imported.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'file' has illegal value.
NoneRequired parameter 'file' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'import_mss_component -file "file"'.

Supported Families

PolarFire® SoC

Example

Importing a mss component file located at ‘./src/file_name.cxz’ to your project.

import_mss_component -file {./src/file_name.cxz}