commit | b2970df10de80e15bc0e6b8c42bbeb21516e70e2 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Tue Aug 04 12:16:57 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Wed Aug 12 18:30:10 2020 -0700 |
tree | 03dc86851509389b7275c294add7852ea819119c | |
parent | 6e7a9ab274f2d947fd12a3dc40550825561a5326 [diff] |
[fpv] fix fpv csr assert 1. From nightly regression found most of the CSR assertions are unreachable. Found fpv csr assert should use normalized address to compare 2. Fix a few assertion issues while running the existing IPs: 1). W1C regiters only clears when writing 1, when writing a 0, the originally values stays unchanged. Previous implementation did not capture this behavior correctly. 2). non-homog register will read/write by field no matter it is a multi-reg or not. 3). "R0W1C" register always reads out 0 rather than the rest of the "W1C" registers Signed-off-by: Cindy Chen <chencindy@google.com>
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 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).