commit | b39abf18e1efcbdfb08bbca8feba2f77a79b216d | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Wed Jul 15 17:02:24 2020 +0100 |
committer | Sam Elliott <sam@lenary.co.uk> | Thu Jul 16 14:15:01 2020 +0100 |
tree | be4c12a6c9271cdb2ea7af3af705d21ddec34aee | |
parent | 5d6cac5a42660a6c15ceecacf1a1107121370038 [diff] |
[sw] Delete EXPECT_MASK<N>_AT Macros The MMIO testing interface, including its macros, has got quite large. Some macros are not used, except simply by other macros. This change inlines and deletes `EXPECT_MASK<N>_AT` in order to make the API surface smaller. These macros are unused beyond `EXPECT_MASK<N>`, where they have been inlined. Signed-off-by: Sam Elliott <selliott@lowrisc.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 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).