commit | cb201339e2d8533f16d23e25068deb0e2fd9cfff | [log] [tgz] |
---|---|---|
author | Srikrishna Iyer <sriyer@google.com> | Wed Jun 16 14:50:48 2021 -0700 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Wed Jun 16 20:54:24 2021 -0700 |
tree | 4c74a6550aa124a37a7f4076c86e58ae27f17928 | |
parent | c56b59d06932d3348352e2c5739b82b088de52d9 [diff] |
[dv, flash_ctrl] Fix the smoke test - The smoke test writes and reads back a random chunk of memory within the flash. - The start address and the randomized number of words is bus-aligned (i.e. 32 bits) and not flash word aligned (64-bits). - Between each randomized configuration, the flash mem is invalidated. This means if we write to a flash mem half word, while leaving the other half word as Xs, that causes an X problem on reads, because flash ctrl reads in the whole word, not just the half word. This commit fixes that problem. Signed-off-by: Srikrishna Iyer <sriyer@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).