Difference between revisions of "Release version"

From Verific Design Automation FAQ
Jump to: navigation, search
(Created page with "'''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...")
 
Line 10: Line 10:
 
Also, the tclmain application with -v option will output release data:
 
Also, the tclmain application with -v option will output release data:
  
   [hoa@awing6 tclmain]$ ./tclmain-linux-O -v
+
   $ tclmain-linux-O -v
  -- (c) Copyright 1999 - 2016 Verific Design Automation Inc. All rights reserved
+
  -- (c) Copyright 1999 - 2020 Verific Design Automation Inc. All rights reserved
  -- This code is dated being part of the Verific Sep16_SW_Release release : Thu Sep 29 17:57:37 2016
+
  -- 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
+
  %
  % exit
+
  [hoa@awing6 tclmain]$
+

Revision as of 14:42, 8 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 -v option will output release data:

 $ tclmain-linux-O -v
  -- (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
  %