commit | 13ad1c4df92bc51c5aba9c1d4e27269d439fef3e | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Wed Aug 25 17:39:41 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Fri Aug 27 11:00:02 2021 -0700 |
tree | 0a125d308cee7f6fe8d9aa06e072408f9dd4d190 | |
parent | 95e2b8c74af762e7d05dca070bbd9afc3c092d9a [diff] |
[prim] Edge Detector This commit introduces the edge detector in the prim lib. The edge detector detects the signal changes by latching the signal into the register and comparing the latched value and the current input signal. It also provides the synch option which is useful when the input signal comes from outside of the chip (PAD) or from the other clock domains. Signed-off-by: Eunchan Kim <eunchan@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 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).