commit | 43b705f5fefa68528bb0d83f2d2f893a7f4d762a | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Thu Oct 24 14:56:33 2019 -0700 |
committer | cindychip <cindy.chen0316@gmail.com> | Thu Oct 24 17:55:11 2019 -0700 |
tree | f3dfe4bce0fe970fe0367bbba96620831dbc4f4e | |
parent | 02cee991baa1716f6ad805b26b89a6b50cb2c0b1 [diff] |
[fpv/rv_plic] Support new irq spec Change parameter from 54 to 55 due to HMAC adding a new intr Support new irq spec: if irq is smaller than threshold, but ip&ie all enabled, and has the max priority, irq_id should be updated, but irq should not be asserted
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).