commit | 87fb9e3273b57bad8a662a96dcfb7d5c0e22b0ff | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Jul 22 12:21:15 2021 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Tue Aug 03 09:48:45 2021 +0200 |
tree | 957c06aabc380fbbdf22e6073a66fbac01ced19d | |
parent | 5bf97341e1737da17ce758cc8d82f100f8977365 [diff] |
[fpga] Reduce noise for AES SCA This commit contains the following changes to reduce the noise during AES SCA experiments: - A delay to the manual AES trigger is added to allow Ibex going into sleep (wfi) before the measurement starts. - The reseeding of AES-internal PRNGs is disabled using a parameter. - In the aes_serial application, the entropy complex (ES, CSRNG, EDN0/1) is disabled. This is only possible as the AES PRNGs aren't reseeded in this setup anymore. - USB, HMAC, KMAC and OTBN clocks are disabled in the aes_serial application. Signed-off-by: Pirmin Vogel <vogelpi@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 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).