Difference between revisions of "Release version"
From Verific Design Automation FAQ
Line 8: | Line 8: | ||
respectively return the release string (e.g. "Sep16_SW_Release") and the release date (e.g. "Thu Sep 29 17:57:37 2016"). | respectively return the release string (e.g. "Sep16_SW_Release") and the release date (e.g. "Thu Sep 29 17:57:37 2016"). | ||
− | Also, the tclmain application with - | + | Also, the tclmain application with "-version" option will output release data: |
− | $ tclmain-linux-O - | + | $ tclmain-linux-O -version |
-- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved | -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved | ||
-- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020 | -- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020 | ||
Hello, init.tcl has been executed | Hello, init.tcl has been executed | ||
% | % |
Latest revision as of 18:12, 25 February 2021
Q: How do I tell the version of a Verific software release?
The APIs:
Message::ReleaseString() Message::ReleaseDate()
respectively return the release string (e.g. "Sep16_SW_Release") and the release date (e.g. "Thu Sep 29 17:57:37 2016").
Also, the tclmain application with "-version" option will output release data:
$ tclmain-linux-O -version -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved -- Verific release: Mar20_SW_Release, to: Company, release date: Tue Apr 28 09:13:38 2020 Hello, init.tcl has been executed %