commit | ff974390dde97789d6a1c47ee8bcab45d6e2c1a0 | [log] [tgz] |
---|---|---|
author | Udi Jonnalagadda <udij@google.com> | Mon Mar 15 11:07:14 2021 -0700 |
committer | udinator <udij@google.com> | Wed Mar 17 00:43:32 2021 -0700 |
tree | 94c15fc38dc049880bae2d20907f14e3537066d8 | |
parent | b5c684b86340ac4502fd34d8b8554575669b174d [diff] |
[dv/sram] extend tl_errors_test to the SRAM this PR adds a TLUL protocol error test to the SRAM memory interface, and does so by extending the `cip_base_vseq__tl_errors.svh` to allow the `tl_protocol_err()` task to take an input sequencer, allowing protocol error tests to be run on any generic TLUL agent. Only this task was updated in this way as all of the other error cases are specific to CSR and uvm_mem interfaces, making them unfit to use on the SRAM memory TLUL interface. The `run_tl_errors_vseq()` task is extended by this test sequence to run the custom TLUL protocol testcases, and is done so that it still remains compatible with `stress_all_with_rand_reset` tests. Signed-off-by: Udi Jonnalagadda <udij@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).