21.3.53 get_libero_release

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 Help > About Libero Window.

get_libero_release

Arguments

Return TypeDescription
stringReturn 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

See Also