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 ...
    • Installing of Synopsys tools

      Installing of Synopsys tools Synopsys tools are powerful, but they come with strict licensing and are usually distributed either via the official SolvNet portal or authorized partners like Eigen in India Accessing Synopsys Tools & Licenses via ...
    • How to Simulate Verilog codes using VCS and Verdi - Video

    • How to Open Command Prompt/cmd for All Windows versions

      How to Open Command Prompt/cmd for All Windows versions Command Prompt is a powerful command-line tool in Windows that allows users to execute various commands for troubleshooting, automation, and system management. Here we use it to launch our ssh ...
    • 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 ...