21.3.79 save_log
(Ask a Question)Description
This Tcl command saves your Libero SoC log file.
save_log -file { absolute or relative path of log file }Arguments
| Parameter | Type | Description |
|---|---|---|
| file | string | Specifies the log file name. It must be the absolute or relative path. |
Error Codes
| Error Code | Description |
|---|---|
| None | Required 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}