| commit | c7765eae996456616bcea5d2ed8e90f546dca984 | [log] [tgz] |
|---|---|---|
| author | Cindy Chen <chencindy@opentitan.org> | Fri May 20 13:36:43 2022 -0700 |
| committer | Cindy Chen <cindy.chen0316@gmail.com> | Fri May 20 23:13:05 2022 -0700 |
| tree | ce241d5a47d908498299ef602f7934356ffc0e3f | |
| parent | 11959ccf865d0e320245b7ebca781c3a88952ef5 [diff] |
[fpv/pwrmgr] Fix FPV compile error This PR fixes FPV compile error: 1). The pwrmgr_rstmgr imports a UVM agent that needs UVM dependency in FPV. The solution is to use `ifdef` to remove UVM related components in this agent package, and create a separate core file just for FPV to use. 2). FPV compile error using keyword `or` for signals. This is not an issue for VCS but JasperGold complains that `or` should be used for logic sequence instead of individual signal. Signed-off-by: Cindy Chen <chencindy@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]({{< 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).