commit | ed3b6508ace5d53292719b6ab7919850906b7b86 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Mon Jul 20 15:25:49 2020 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Fri Jul 31 13:46:04 2020 -0700 |
tree | a2ccc1420f70b6332c4835f20ac20492ca4bdc9a | |
parent | d6e29bb46cc1a854766997b9ad385d2819cdabd5 [diff] |
[dv/cip_lib] devmode fix In the current DV code, if `devmode_en` is set and `addrmiss` happened, cip_lib scoreboard expect design to NOT set tl `d_error` bit. However, in current design, the condition will set `d_error` to 1. The reason this issue has not caused any mismatch is because: in dv we assume `devmode_en` = 0, but in RTL, devmode is internally tied to 1. This PR: 1. Fix the logic that `devmode_en` will trigger `d_error` if `addrmiss`. 2. Temporarily set `devmode_en` to 1 with a TODO note. 3. Comment out the code that drives devmode in tl_error_vseq, and add a TODO to fix it once `devmode_i` is not internally tied off in RTL. 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).