Skip to content

Bathtub Plusargs

Bill Moore edited this page Sep 20, 2024 · 2 revisions

Bathtub BDD Command-Line Plusarg Options

Plusarg Description
+bathtub_help Print this help message then immediately exit.
+bathtub_features=<files> Whitespace-separated list of Gherkin feature file paths. Relative paths are relative to simulation run directory.
+bathtub_verbosity=<verbosity> UVM verbosity level for messages generated by the Bathtub object. Defaults to your overall verbosity, i.e., as set by +UVM_VERBOSITY.
+bathtub_dryrun Parse the Gherkin files but do not run them.
+bathtub_include=<tags> Comma-separated list of Gherkin tags. Only scenarios that have or inherit these tags will run. E.g., +bathtub_include=@smoke,@registers.
+bathtub_exclude=<tags> Comma-separated list of Gherkin tags. Scenarios that have or inherit these tags will not run. E.g., +bathtub_exclude=@long.
+bathtub_start=<number> Zero-based index of the scenario to start running with. Default=0.
+bathtub_stop=<number> Zero-based index of the scenario to stop running with. Default=0, meaning run all scenarios.