21.3.79 save_log

Description

This Tcl command saves your Libero SoC log file.

save_log -file { absolute or relative path of log file }

Arguments

ParameterTypeDescription
filestringSpecifies the log file name. It must be the absolute or relative path.

Error Codes

Error CodeDescription
NoneRequired parameter 'file' is missing.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example saves the log of Libero SoC with the name 'my_logfile.log'.

save_log -file {my_logfile.log}