.. _Scripts:

Scripts
=======

.. include:: dvt.sh.rst

dvt_cli.sh
~~~~~~~~~~

See :ref:`Command Line Interface`.


dvt_from_rawtokens.sh
~~~~~~~~~~~~~~~~~~~~~

Creates and opens a DVT project from a rawtokens file.


.. code-block:: console

 dvt_from_raw_tokens.sh
    [-workspace <dir>]
    -projectpath <dir>
    -rawtokens <file1> [ ... -rawtokens <fileN>]
    -overwrite

 Where:
    [-workspace <dir>]   Path to the eclipse workspace.
                         Default: ~/dvt_eclipse_workspace
                         
    -projectpath <dir>   Path to the DVT project. It will be created.
    
    -rawtokens <file>    Path to a rawtokens file. 
                         
    [-overwrite]         Delete project directory if already exists.

**Examples**

.. code-block:: 

 dvt_from_rawtokens.sh -workspace $HOME/dvt_workspace -projectpath $HOME/dvt_projects/aproject -rawtokens rawtokens.v -rawtokens rawtokens_lib.v

.. _dvt_kit_installer.sh:

dvt_kit_installer.sh
~~~~~~~~~~~~~~~~~~~~

.. include:: dvt_kit_installer.sh.rst

.. _dvt_plugin_installer.sh:

dvt_plugin_installer.sh
~~~~~~~~~~~~~~~~~~~~~~~

.. include:: dvt_plugin_installer.sh.rst


.. _dvt_build.sh:

dvt_build.sh
~~~~~~~~~~~~

.. include:: dvt_build.sh.rst


Custom Report
-------------

.. include:: custom_report.rst

