commit | 2ec6fa7838ae7d16fe05d487ba626594dc36897e | [log] [tgz] |
---|---|---|
author | Weicai Yang <weicai@google.com> | Wed Nov 10 17:40:41 2021 -0800 |
committer | weicaiyang <49293026+weicaiyang@users.noreply.github.com> | Thu Nov 11 16:38:10 2021 -0800 |
tree | 002068e3126eebe88a2ee155cbd7f115216ff2b1 | |
parent | e477810cb99c34d7670230fc5bccb71cfe4ef806 [diff] |
[sram/dv] Fix executable test and tl_err test 1. Fixed sram_ctrl_main_executable - change to only configure CSR exec, hw_debug_en and en_sram_ifetch at the begining of each iteration rather than randomly do it during mem access, so that scb doesn't need to be very cycle accurate - fix type of `a_user.instr_type` 2. Fixed tl_err test. The mem error needs to be handled separately as instr_type may cause tl_err. 3. uncommented `req_scr_key` which was a mistake when solving conflict Signed-off-by: Weicai Yang <weicai@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 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).