commit | 8dea5bb7e82e97f43eac9ab3dd2570d3353b3122 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Tue Jan 26 16:58:08 2021 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Wed Jan 27 14:40:48 2021 -0800 |
tree | 59c69bf41ded3bb4aaab6ba80610cc3dacd860f9 | |
parent | a06c8a605d164437bc906859a072bf5be5a28745 [diff] |
[dv/otp_ctrl] replace pin interfaces to otp_ctrl_if This PR cleans up otp_ctrl interface signals since the design is pretty stable now: 1. Remove all pin interfaces and replace it with otp_ctrl_if. The current interface signals do not need any pull-up etc pin support. So it is not required to use pin interface. 2. Rename otp_ctrl_data_output_if to a general purpose otp_ctrl_if. This interface will take care both inputs and outputs from OTP. Signed-off-by: Cindy Chen <chencindy@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).