commit | 99cb19827ebbd5dcee097c061a271ac09be5b523 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Fri Dec 18 17:32:38 2020 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Sat Dec 19 16:44:19 2020 +0000 |
tree | aa6d0dff9a2aba1b7c36a24a13c4720203003ea3 | |
parent | 660baa93e3c0d329c8be242d7dc67b12e05756ae [diff] |
[otbn] Ensure the RIG always picks aligned jumps The choice of jump target is made in Program.pick_branch_targets, which was mostly careful to always pick aligned addresses. However, it didn't correctly handle its tgt_min/tgt_max arguments, which might not be aligned. Signed-off-by: Rupert Swarbrick <rswarbrick@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).