commit | 76f35f4bc2d6304aed1112fc3a3734bf135ac083 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Tue Feb 08 13:51:03 2022 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Tue Feb 08 22:36:07 2022 -0800 |
tree | a1c13146188afe3cd483a46a2185919383e63fdf | |
parent | 2bc4edbd859334dd3edd253ab9c12deb05d003df [diff] |
[dv/kmac] Fix kmac errors sequence This PR mainly fixes kmac's ErrSwIssuedCmdInAppActive error. 1). In sequence, there are cases that we did not have enough time to inject error, then we need to mark a local flag to not expect any error interrupt. 2). ErrSwIssuedCmdInAppActive happens when configured in App mode, so remove the condition to have command `start`. 3). Fix a small spelling typo. 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).