Update lowrisc_ibex to lowRISC/ibex@5ecaa11

Update code from upstream repository
https://github.com/lowRISC/ibex.git to revision
5ecaa11c635b259d644532c081a2c6818740f43c

* [rtl] Fix writeback stage interrupt issue (Tom Roberts)
* [rtl] Remove incorrect LSU assertion (Tom Roberts)
* [doc] Clarify fetch_enable_i meaning (Tom Roberts)
* [ibex/dv] Add several PMP tests (Udi)
* Collect transaction functional coverage for ICache-Mem iface (Rupert
  Swarbrick)
* Collect transaction functional coverage for ICache-Core iface
  (Rupert Swarbrick)
* Wire in the branch_spec signal properly in ICache testbench (Rupert
  Swarbrick)
* Add a "many_errors" icache test sequence (Rupert Swarbrick)
* Add backward_line icache test sequence (Rupert Swarbrick)
* Add missing dependency on python3-bitstring to python-requirements
  (Rupert Swarbrick)
* [syn] Update path to prim_assert (Tom Roberts)
* [rtl] Move some assertions around (Tom Roberts)
* [rtl] Rewrite perf counters to be Yosys compatible (Tom Roberts)
* Spelling fix: seperate -> separate (Rupert Swarbrick)
* Add test to check that disabling doesn't invalidate the icache
  (Rupert Swarbrick)
* Add the "invalidation" icache test sequence (Rupert Swarbrick)
* Fix Writeback stage lint errors (Eunchan Kim)
* Update lowrisc_ip to lowRISC/opentitan@d78da129 (Rupert Swarbrick)
* Handle a seed change that clears a PMP error in icache memory driver
  (Rupert Swarbrick)
* Spot repeated requests with same address in ICache memory monitor
  (Rupert Swarbrick)
* Make sure we don't see multi-way hits in icache testbench (Rupert
  Swarbrick)
* Reorder check in icache scoreboard for more helpful error messages
  (Rupert Swarbrick)
* [sw] Fix typo in simple system exception handler (Greg Chadwick)
* [rtl] Fix issue with ID/EX exceptions (Greg Chadwick)
*  [rtl] Fix exception priority for writeback stage (Greg Chadwick)
* [rtl] Make speculative branch optional (Tom Roberts)
* [rtl] Fix PMP NA4 address matching (Tom Roberts)
* Add a "caching" sequence for ICache testing (Rupert Swarbrick)
* Track how well the icache caches tight loops in the scoreboard
  (Rupert Swarbrick)
* Change how enable/disable is configured in ICache core sequence
  (Rupert Swarbrick)
* Move "enable" state into ICache core agent's sequence (Rupert
  Swarbrick)
* Update google_riscv-dv to google/riscv-dv@1ad73cc (Udi)
* [rtl] prefetch buffer performance fix (Tom Roberts)
* Add missing Python dependency on premailer library (Rupert
  Swarbrick)
* Add support for running Icache test with Riviera-PRO (Dawid
  Zimonczyk)
* Update lowrisc_ip to lowRISC/opentitan@3f35d4e4 (Philipp Wagner)

Signed-off-by: Udi Jonnalagadda <udij@google.com>
75 files changed
tree: 39fd7451149c24aceea840f829123bedf3458e4f
  1. .github/
  2. ci/
  3. doc/
  4. hw/
  5. site/
  6. sw/
  7. test/
  8. util/
  9. .clang-format
  10. .dockerignore
  11. .flake8
  12. .gitignore
  13. .style.yapf
  14. _index.md
  15. apt-requirements.txt
  16. azure-pipelines.yml
  17. check_tool_requirements.core
  18. CLA
  19. COMMITTERS
  20. CONTRIBUTING.md
  21. LICENSE
  22. meson.build
  23. meson_init.sh
  24. meson_options.txt
  25. python-requirements.txt
  26. README.md
  27. tool_requirements.py
  28. toolchain.txt
README.md

OpenTitan

OpenTitan logo

About the project

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.

About this repository

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.

Documentation

The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.

How to contribute

Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.

Licensing

Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).