commit | 3eaebb67af70c14885e7e8990a39605a4b42da4b | [log] [tgz] |
---|---|---|
author | Timothy Chen <timothytim@google.com> | Wed Sep 11 13:32:53 2019 -0700 |
committer | tjaychen <timothytim@google.com> | Fri Sep 13 11:35:29 2019 -0700 |
tree | e1fd729fd1a9d25d5c0a7124dbbfbe70addee953 | |
parent | e755661d2bb2c319139e8dc2fca0e7bda83de992 [diff] |
Update flash_phy for outstanding transactions If a transaction is waiting on a particular bank, accesses to other banks are allowed to move ahead and complete. However, flash_phy still responds in order, so transactions completed ahead of time are held until prior transactions are done. flash_phy only performs this at the bank level; if there are page level optimizations it is assumed to be done inside prim_flash
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.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines 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).