commit | 96712d785a3273373960675c27df44ffd9008261 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@opentitan.org> | Wed Apr 20 18:11:05 2022 -0700 |
committer | Cindy Chen <cindy.chen0316@gmail.com> | Thu Apr 21 15:24:18 2022 -0700 |
tree | 8c6c14c3dfcf925a055e1ee6e15a8ee6d998e117 | |
parent | 877ec9265f073d886d27e3875cd4b691336fcce9 [diff] |
[dv/chip_lc_trans] Fix timeout issue This PR fixes chip_sw_lc_ctrl_transition_vseq timeout issue from nightly regression. 1). The reason for this timeout is: JTAG DV agent does not know when the chip is reset, so it does not reset its internal values properly. Solution: Override the apply_reset task with jtag cfg signal `in_reset` to let the jtag agent know when DUT resets. Also add a max attempt timeout so the sequence won't run for too long. 2). Second reason for timeout is the `num_trans`. If the num_trans = 3, it might run over the sw_timeout limit, and make it hard to dump waves and debug. So I reduced the `num_trans` to only 1-2 iterations. Signed-off-by: Cindy Chen <chencindy@opentitan.org>
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]({{< relref “CONTRIBUTING.md” >}}) 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).