mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
Verilator will soon support the configuration file syntax of wildcard matches for linter warnings to waive. Switch to the new syntax that avoids line-based rule settings.
9 lines
335 B
Python
9 lines
335 B
Python
# Copyright lowRISC contributors.
|
|
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Version requirements for various tools. Checked by tooling (e.g. fusesoc),
|
|
# and inserted into the Sphinx-generated documentation.
|
|
__TOOL_REQUIREMENTS__ = {
|
|
'verilator': '4.028',
|
|
}
|