commit | edf6e915ba3b0f20d551754493b0f8426250833e | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Tue Nov 09 11:26:01 2021 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Tue Nov 09 17:20:22 2021 -0800 |
tree | 12d04ff90da8432d5a069e427e2fc290fb4ae618 | |
parent | d258545641caedeff97203a8b605faaf7c4fafc2 [diff] |
[dv/alert_handler] fix alert ping timeout seq regression error This PR fixes the timeout issue in nightly regression regarding alert_handler_ping_timeout_vseq. The issue is that we locked the ping_en register via regwen before enabling the ping_en csr. The solution is to move the order of regwen write task. This PR also sets the min number of alert_en to be NUM_ALERTS-4 to avoid this sequence running too long. 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 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).