commit | 511c6e481f039c43044681ca93e615d11ee0f1d8 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Mon Aug 16 12:04:46 2021 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Wed Sep 01 12:12:13 2021 -0700 |
tree | afaa7fae277ce7c3e60d5ba534adfc63691c0345 | |
parent | 2fcfa70a3f767d58e0b71d958d5f78683ebbf96c [diff] |
[keymgr/fpv] Fix formal compilation error We found the `ASSERT_INIT` throws a compilation error saying the `kmac_en_masking_i` is not a constant. We were thinking we can change it to an assumption, but that might not be ideal for top-level. I consulted with Weicai, if there is any issue related to this, top-level tests could easily find the error. So we think it is safe to just remove this assertion. Please let uw know if you prefer a better solution. 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).