commit | 4d6d1826ee1d73f561c1f0e31c26a7d7a345bec3 | [log] [tgz] |
---|---|---|
author | Raviteja Chatta <crteja@lowrisc.org> | Thu Mar 09 17:21:09 2023 +0000 |
committer | Cindy Chen <cindy.chen0316@gmail.com> | Wed Mar 15 10:55:57 2023 -0700 |
tree | dbf382c53ffe96385f5261009d23a95c7b3ec5c5 | |
parent | 5cfb16c99c0fd4cac38d30b2cf007ee1a867ccf6 [diff] |
[hw,sysrst_ctrl] Add test to improve code coverage Add test sequence to cover the following scenarios 1. Trigger precondition Debounce to Idle state > deassert inputs before debounce time > disable precondition before debounce time 2. Trigger combo detect Debounce to Idle state > deassert inputs before debounce time > disable detection before debounce time 3. Assert ec_rst_l_i before combo action triggers ec_rst_l_o and a valid combination of input transition is detected 4. Key intrrrupt control Debounce to idle state transition > disable config before debounce time 5. Auto block Debounce to Idle state transition > disable auto block before debounce time 6. ULP debounce to Idle state transition > disable ULP feature before debounce time > deassert input signal before debounce time Signed-off-by: Raviteja Chatta <crteja@lowrisc.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).