DVT SystemVerilog IDE User Guide
Rev. 24.1.5, 13 March 2024

40.12.3 dvt_from_rawtokens.sh

Creates and opens a DVT project from a rawtokens file.

Usage

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

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