DVT IDE for VS Code SystemVerilog User Guide
Rev. 23.2.28, 28 November 2023
| To generate the Component Diagrams from simulation, some additional arguments must be added to the build directives, depending on the simulator.
NOTE: To generate diagrams for OVM environments, use the appropriate filelist from $DVT_HOME/libs/dvt_chs/ovm When the simulation starts, a component_hierarchy_of_<test_name>.chd will be generated in the working directory. Open the generated file in DVT to inspect the diagram. The location of the diagram can be changed by setting the DVT_CHS_FILE environment variable before running the simulation. export DVT_CHS_FILE=/path/to/a/components_diagram.chd # sh, bash You can stop the test immediately after the diagram has been generated by setting the DVT_CHS_STOP_TEST environment variable before running the simulation. export DVT_CHS_STOP_TEST=true # sh, bash |