commit | 8d99a2acf58b997811072fa2066a7acd45bfefde | [log] [tgz] |
---|---|---|
author | Dan McArdle <dmcardle@google.com> | Fri Oct 28 17:31:53 2022 -0400 |
committer | Drew Macrae <drewmacrae@gmail.com> | Tue Nov 08 08:29:22 2022 -0500 |
tree | ca3785fe8f3c754ac17b93eb01f3d2ea2f6dd7f2 | |
parent | 6ee4b6e5f11dce2f94ab193e67c45ccde7f4317b [diff] |
[test] Implement rom_e2e_asm_watchdog bite tests Test that the watchdog's bite resets the core. This is achieved outside of GDB, by inspecting its output. This commit adds the --gdb-expect-output-sequence flag to the GDB test coordinator script. When the script sees GDB print each of the given lines, in sequence, it will terminate GDB on the spot and consider it a success. This enables us to assert that GDB reaches an echo line from the GDB script and *then* sees the core reset. Signed-off-by: Dan McArdle <dmcardle@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).