Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ packages:
dependencies:
- common_cells
cluster_icache:
revision: 1642961b9561513f283674efc2c90f24855e8d39
version: 0.3.1
revision: 12bf7d077ff1d1e4d450bd3afc0f12a927e21a20
version: null
source:
Git: https://github.com/pulp-platform/cluster_icache.git
dependencies:
Expand Down
6 changes: 6 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ SPDX-License-Identifier = "Apache-2.0"
path = "sw/runtime/src/omp/interface.h"
SPDX-FileCopyrightText = "LLVM Project"
SPDX-License-Identifier = "Apache-2.0 WITH LLVM-exception"

# Lists
[[annotations]]
path = ["util/clustergen/opcodes.txt"]
SPDX-FileCopyrightText = "2020 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
1 change: 1 addition & 0 deletions cfg/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
// Templates.
compute_core_template: {
isa: "rv32imafd",
Xdiv_sqrt: true,
xssr: true,
xfrep: true,
xcopift: true,
Expand Down
1 change: 1 addition & 0 deletions cfg/github-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
// Templates.
compute_core_template: {
isa: "rv32imafd",
Xdiv_sqrt: true,
xssr: true,
xfrep: true,
xcopift: true,
Expand Down
2,544 changes: 1,334 additions & 1,210 deletions hw/snitch/src/riscv_instr.sv

Large diffs are not rendered by default.

Loading
Loading