21.3.53 get_libero_release
(Ask a Question)Description
This Tcl command returns the release number of the Libero SoC release. The value that is returned is the same as the release number that is displayed in the .
get_libero_releaseArguments
| Return Type | Description | 
|---|---|
| string | Return the release number of the Libero SoC release. | 
Supported Families
| Supported Families | 
|---|
| PolarFire® | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
Example
The following example displays Libero release number with var1 variable.
get_libero_release
#save into a variable
set var1 [get_libero_release]
#display the variable
puts "Libero Release is $var1"You will see output similar to the following.
Libero Version is 12.6.0