commit | 43bd842d99e4192a2444137a4042e01b22a882ae | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Oct 12 16:26:29 2020 +0100 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Mon Jan 25 16:42:49 2021 -0800 |
tree | e0e840969055534e7a5b9b1c8c7e4e94d10aa52c | |
parent | a2892a50ed57bee2ff96c6aa5cbaec2d11bacfae [diff] |
[dvsim] Make the scheduling logic per-target Because we don't run jobs for multiple targets at the same time, we can make lots of simplifying assumptions. Some of them were in the code already (for example, we knew that we only had to look at previous targets to find results of jobs we depended on). This commit takes things further, explicitly running the schedulers for separate targets one after another.This means that the scheduler gets much simpler (no dependencies, plus this gets rid of a layer of looping in the run function). Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.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 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).