commit | 81760d2e0ee44c77cd885e26a36fa674128c4282 | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Wed Feb 10 14:47:50 2021 -0800 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Mon Feb 22 09:36:31 2021 -0800 |
tree | c63c4163a27c47a83eee27cbcecea7734cb56969 | |
parent | 4c472c6121c0e5b895499ca72e428d48146dc35f [diff] |
[dvsim] Minor improvement to FlowCfg There are 3 main changes in this commit: 1. Simplify the way the full `deploy` object is constructed. The class instance `FlowCfg::deploy` is now no longer ambiguous - it only computed for a child cfg. For a primary cfg, `deploy` member is an empty list. A primary cfg does not need to maintain the full list of all deploy objects collated from all child cfgs. 2. The Flowcfg::kill() is dead code - it is removed. 3. The Scheduler.run is removed since the instance of the Scheduler is now created in `FlowCfg::deploy_objects()` itself. Signed-off-by: Srikrishna Iyer <sriyer@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 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).