commit | b61a4c7b733d9ad1556c7ed728f7a6a4b924e4cb | [log] [tgz] |
---|---|---|
author | Eli Kim <eli@opentitan.org> | Wed Dec 21 10:55:48 2022 -0800 |
committer | Eli Kim <github@elikim.dev> | Tue Jan 03 12:55:25 2023 -0800 |
tree | b29007d92e29742651d650e6b08a461eb365a7e2 | |
parent | f305e116bac950e35c27ca85eac87352276c2238 [diff] |
[dvsim] Launch subprocess interactively dvsim launches the subprocess with passthrough stdin/ stdout when `--interactive` argument is set and if the task runs locally. Thanks @a-will for the help (setting stdin=None, stdout=None) Still dvsim prints the progress window even in `--interactive` is set. Will fix this later. Signed-off-by: Eli Kim <eli@opentitan.org>
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 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).