Skip to content

antmicro/testplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testplanner

Copyright (c) 2019-2025 lowRISC

Copyright (c) 2025 Antmicro

A tool for parsing testplans written in Hjson format into a data structure that can be used for:

  • Expanding the testplan inline within the DV document as a table;
  • Annotating the simulation results with testplan entries for a document driven DV execution

It is based on OpenTitan's testplanner tool, extracted as a standalone module.

Installation

To install the tool, run:

pip3 install git+https://github.com/antmicro/testplanner.git

After this, the tool is available as testplanner, e.g.:

testplanner --help

The --help flag will provide all available flags for the tool.

Examples

To generate verification plan in Markdown, provide HJSON like in the following example:

testplanner verification_plan.hjson

Additionally you can choose output directory explicitly by providing -o flag:

testplanner verification_plan.hjson -o generated

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published