| // Copyright lowRISC contributors. |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| // SPDX-License-Identifier: Apache-2.0 |
| { |
| name: "lowrisc_ibex", |
| target_dir: "lowrisc_ibex", |
| |
| upstream: { |
| url: "https://github.com/lowRISC/ibex.git", |
| rev: "master", |
| }, |
| |
| exclude_from_upstream: [ |
| // prim_assert is also in OpenTitan, which version fusesoc picks up isn't |
| // deterministic so two copies can be problematic |
| 'shared/prim_assert.core', |
| 'shared/rtl/prim_assert.sv', |
| // vendor/lowrisc_ip contains things from the OpenTitan repository, leaving |
| // it in can cause conflicts |
| 'vendor/lowrisc_ip' |
| ] |
| } |