Step 10: Exiting the Vivado Tool - 2022.1 English

Vivado Design Suite Tutorial: Design Flows Overview (UG888)

Document ID
UG888
Release Date
2022-05-05
Version
2022.1 English

The Vivado tool writes a log file, called vivado.log, and a journal file called vivado.jou into the directory from which Vivado was launched. The log file is a record of the Tcl commands run during the design session, and the messages returned by the tool as a result of those commands. The journal is a record of the Tcl commands run during the session that can be used as a starting point to create new Tcl scripts.

  1. Select the Tcl Console window tab and type the following:
    stop_gui 
  2. To exit Vivado, enter the following:
    Vivado% exit
  3. Close the Tcl shell window on Windows.
  4. Examine the Vivado log (vivado.log) file.

    On Windows, it may be easier to use the file browser to locate and open the log file. The location of the Vivado log and journal file will be the directory from which the Vivado tool was launched, or can be separately configured in the Windows desktop icon. You will configure this in Lab #2.

    In this case, look for the log file at the following location:

    <Extract_Dir>/Vivado_Tutorial/vivado.log

    Note: The vivado.log and vivado.jou may also be written to %APPDATA%\Xilinx\Vivado, or to your /home directory.
    Note: Notice the log file contains the history and results of all Tcl commands executed during the Vivado session.
  5. Examine the Vivado journal (vivado.jou) file.

    On Windows, it may be easier to use the file browser. Look for the journal file at the following location:

    <Extract_Dir>/Vivado_Tutorial/vivado.jou

    Notice the journal file contains only the Tcl commands executed during the Vivado session, without the added details recorded in the log file. The journal file is often helpful when creating Tcl scripts from prior design sessions, as you will see in the next lab.