-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lowrisc_ibex to lowRISC/ibex@df88055a
Update code from upstream repository https://github.com/lowRISC/ibex.git to revision df88055aa38868451ce90d7fcc2bbf172a2dc8a0 * [util] Update check_tool_requirements.py (Gary Guo) * [ci] Run CI in merge queue and not master (James Wainwright) * [CI] change pr_lint to run on pull_request instead of target (Gary Guo) * [CI] add GitHub action version of the CI (Gary Guo) * [rtl] Avoid name collision in ibex_pmp.sv (Rupert Swarbrick) * [dv] Fix performance counter printing in simple system (Rupert Swarbrick) * Fix spelling of separator (Rupert Swarbrick) * [doc] Describe counters more explicitly in simple_system README (Rupert Swarbrick) * Update lowrisc_ip to lowRISC/opentitan@e6a0e9a136 (Rupert Swarbrick) * [dv] Add an extra key to common_project_cfg.hjson (Rupert Swarbrick) * [verilator] Slight refactor in ibex_tracer to avoid BLKSEQ warning (Rupert Swarbrick) * [verilator] Waive MULTIDRIVEN warning in ibex_tracer.sv (Rupert Swarbrick) * [ibex_pmp/lint] Declare functions before using them (Michael Schaffner) * Update google_riscv-dv to chipsalliance/riscv-dv@71666eb (Greg Chadwick) * [dv,vendor] Pin bitstring version to fix gen_csr_test.py (Greg Chadwick) * [dv] Fix ibex_cmd.py (Greg Chadwick) * Port directed_test_schema.py to recent versions of Pydantic (Rupert Swarbrick) * [doc] Bump minimum Verilator version (Rupert Swarbrick) * Tweak ibex_cmd.py to fail more cleanly (Rupert Swarbrick) * Remove (empty) Verible waiver file (Rupert Swarbrick) * [doc] Fix background of Icache block (Marno van der Maas) * [doc] Fix background in block diagram (Marno van der Maas) * [ci] Consolidate Verible linting workflow into one stage (James Wainwright) * [credits] Add names of recent contributors (Marno van der Maas) * Update google_riscv-dv to chipsalliance/riscv-dv@08b1206 (Marno van der Maas) * [vendor] Use new RISCV-DV URL (Marno van der Maas) * [dv,doc] Point reference to lowRISC branch (Marno van der Maas) * Update riscv-isa-sim to lowRISC/riscv-isa-sim@a4b823a1 (Marno van der Maas) * Update riscv-isa-sim to lowRISC/riscv-isa-sim@a7c5d5d8 (Marno van der Maas) * [vendor] Use lowRISC repo for vendoring (Marno van der Maas) * Update README.md (Katharina) * Remove initialisation for sim_finish in simulator_ctrl.sv (Rupert Swarbrick) * Use correct width for 1-bit inputs in ibex_simple_system.sv (Rupert Swarbrick) * Use named constant for default RAM behaviour (Rupert Swarbrick) Signed-off-by: Gary Guo <[email protected]>
- Loading branch information
Showing
98 changed files
with
1,996 additions
and
1,321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright lowRISC contributors. | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Pipeline variables, used by the public and private CI pipelines | ||
# Quote values to ensure they are parsed as string (version numbers might | ||
# end up as float otherwise). | ||
VERILATOR_VERSION=v4.104 | ||
IBEX_COSIM_VERSION=15fbd568 | ||
RISCV_TOOLCHAIN_TAR_VERSION=20220210-1 | ||
RISCV_TOOLCHAIN_TAR_VARIANT=lowrisc-toolchain-gcc-rv32imcb | ||
RISCV_COMPLIANCE_GIT_VERSION=844c6660ef3f0d9b96957991109dfd80cc4938e2 | ||
VERIBLE_VERSION=v0.0-2135-gb534c1fe | ||
# lowRISC-internal version numbers of Ibex-specific Spike builds. | ||
SPIKE_IBEX_VERSION=20220817-git-eccdcb15c3e51b4f7906c7b42fb824f24a4338a2 |
Oops, something went wrong.