commit | 51461cd27e0f7bea13ae61e05e6b0ed3da2a5da7 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@google.com> | Wed Sep 18 14:00:49 2019 -0700 |
committer | Eunchan Kim <eunchan@google.com> | Thu Sep 19 14:25:56 2019 -0700 |
tree | 09d2e9f1dd371cfca4b25f5d6b32a3138cc3e5ae | |
parent | b274fca603f2aaa64c70b02b575dc9da62b8066a [diff] |
[util/reggen] Addressed subword write. If write size is smaller than the register width, then responses an error. Previously it raises an error for subword write regardless of the register width. For instance, if the CPU writes a byte into a register having smaller than 8 valid bit, it succeeds. But if register field width is greater than 8, it returns error now. Errored write access won't let the register value be written
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).