commit | 0bef721484db950fdb9c898e9a0b5f4ba8599ac3 | [log] [tgz] |
---|---|---|
author | Drew Macrae <drewmacrae@google.com> | Wed Apr 27 22:01:56 2022 -0400 |
committer | Miguel Young <mcyoung@google.com> | Mon May 02 09:55:41 2022 -0400 |
tree | 716dbb5dbffc5b2d9fee65409c96c5e8aa3a07b8 | |
parent | 7efd1eab86fc0e21230fc95ee6d6c2de8ee83d2e [diff] |
[dvsim] Correct argparse usage statement and help Argparse prefers positional arguments follow after optional arguments but nargs * causes the positional argument entered as described in the usage to be consumed by the arbitrary list of args. * changed usage message to reflect the usage as described by our docs, it looses detail but argparse just doesn't have the flexibility to keep it * fixed the message that described incorrect invocation that started me down this path * added a message to the help that describes appropriate invocation Signed-off-by: Drew Macrae <drewmacrae@google.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at [CONTRIBUTING]({{< relref “CONTRIBUTING.md” >}}) and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).