commit | c8b3333ec9a5fd550198d2772926227005e8f4e0 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Tue Mar 02 17:19:52 2021 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Tue Mar 02 18:33:56 2021 -0800 |
tree | 587ef97d2184430acf5a5b9e740c1f9b81cca676 | |
parent | 03bcc2f0975e0748ce46e6b21c85415dedb0c688 [diff] |
[rtl/lc_ctrl] Fix jtag d_error When I try to use DMI to access LC_CTRL CSR, I always get a `d_error`. The error is coming from this check: https://github.com/lowRISC/opentitan/blob/master/hw/ip/tlul/rtl/tlul_pkg.sv#L142 I believe it is related to default value for tap's tl_i.a_user. 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).