commit | 795235d945b3319ed4ca5392962dfcfd4f0dc8f4 | [log] [tgz] |
---|---|---|
author | Udi Jonnalagadda <udij@google.com> | Tue Aug 18 11:35:42 2020 -0700 |
committer | udinator <udij@google.com> | Wed Sep 16 17:26:31 2020 -0700 |
tree | f81092987b42d5ca055d395d1080b7d037f116f4 | |
parent | 3d4f7b34ea5786f3e1e0efa40a7a919ded7555f2 [diff] |
[dv/common] Add generic push/pull interface agent This PR creates a generic push_pull_agent, where "push" denotes a ready/valid interface protocol and "pull" denotes a req/ack interface protocol. This agent can be configured to either Push or Pull modes via the p_type enum field in the push_pull_agent_cfg object, and both protocols support host and device operation modes. Signed-off-by: Udi Jonnalagadda <udij@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).