commit | c35c520b64efa70173fc3829cacb6d1174350392 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Oct 06 08:41:08 2020 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Oct 06 15:39:50 2020 +0100 |
tree | b331d36771897c66fa544727708c8a80c52c316a | |
parent | 54a0bba8b17488bb832efe568d678e48a4359149 [diff] |
[otbn] Fix off-by-one error in otbn-as li handling The "this is a small constant" check is supposed to check whether the value can be represented as a 12-bit signed number, but it was checking against the range [-2^12, 2^12-1] rather than [-2^11, 2^11-1]. 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).