Command to Run VCS-Verdi

Command to Run VCS-Verdi

While running the VCS command, enable a new switch -kdb (Knowledge Database) to enable Verdi GUI.

Before running the simulation and view waveforms, user need to create *.fsdb file. This file contains the simulation data in it. This is created using system task $fsdbDumpvars(); in the testbench. Then follow below steps:

Step – 1: Command to run VCS:

For Verilog:

vcs -full64 <file_name>.v -debug_access+all -lca -kdb; ./simv -Verdi

               For System Verilog:

                              vcs -full64 <file_name>.sv -sverilog -debug_access+all -lca -kdb; ./simv -Verdi

               After above command, a KDB elaboration directory (simv.daidir) should be generated with message mentioned in below snippet:



Step – 2: Command to run Verdi:

               Run below command to open Verdi tool GUI:

                              Verdi -ssf novas.fsdb -nologo

               After above command, GUI will be open and now user can analyze the waveforms.


Please refer below videos for more details:

https://www.youtube.com/watch?v=UgtC9S1-yQM

https://www.youtube.com/watch?v=hmzjX9BDIBI

    • Related Articles

    • Launching of VCS and Verdi

      VCS To invoke VCS, use below command ⦁ vcs -full64 {file_name} Note: If you don’t have VCS licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools. Verdi To invoke Verdi, Use below command ...
    • How to Simulate Verilog codes using VCS and Verdi - Video

    • Synopsys ICC2, Primetime and design_compiler Launch

      ICC2 Tool Run shell command icc2_shell, if it run successfully, it will show icc2_shell prompt. Note: If you don’t have icc2 licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools. For ...
    • Launching of StarRC

      StarrcX To invoke StarRcx, use below command > starrc_shell >start_gui Note: If you don’t have StarRc licence access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools.
    • Launching of Custom Compiler

      Custom Compiler To invoke custom_compiler, use below command <custom_compiler Note: If you don’t have custom compiler license access – please check your admin which tool access you have. Admin will help you how to invoke Synopsys Tools