mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
This extends the core file to be able to call Verible for lint. This requires an updated version of edalize with https://github.com/olofk/edalize/issues/95 fixed. For the time being, we use the same 'ot' branches of those tools as we do in OpenTitan. Once Verible becomes officially supported we need to ensure that released versions of fusesoc and edalize exist, and that this requirement is properly documented.
9 lines
356 B
Text
9 lines
356 B
Text
# Copyright lowRISC contributors.
|
|
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Development version of edalize until all our changes are upstream
|
|
git+https://github.com/lowRISC/edalize.git@ot
|
|
|
|
# Development version with OT-specific changes
|
|
git+https://github.com/lowRISC/fusesoc.git@ot
|