DVT SystemVerilog IDE User Guide
Rev. 24.1.9, 26 April 2024

33.5.17 Run Performance Exploration

runXpl -project <project_name> -features <feature1:feature2:...:featureN> [-part <part>] [-filters <filter1:filter2:...:filter3>] [-generate_automatic_waivers -runtime <runtimeValue> -occurrences <occurencesValue>]

Run Performance Exploration

   -project                    The project on which you want to run the Performance Exploration.
   -features                   The features you want to run the Exploration with (can be one of
                               these three: hyperlink, incremental, content_assist).
   -part                       [Optional] By default the Performance Exploration will run on the
                               whole project(default value: FULL), but can be set to one of these
                               values: 1/5, 2/5, 3/5, 4/5, 5/5 meaning that it will run on the N-th
                               fifth of the whole project.
   -filters     [Optional] Filters you want to apply on the files from the selected project.
   -generate_automatic_waivers [Optional] This option enables creation of automatically generated waivers,
                               'runtime' and 'occurrences' options are mandatory when this tag exists
   -runtime                   [Optional] Set the minimum runtime(in milliseconds) of the
                               current scope's feature execution which will trigger the creation of a
                               generated performance waiver.
   -occurrences               [Optional] Set the minimum occurrences of the current scope
                               which will trigger the creation of a generated performance waiver.