| # 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', | |
| 'edalize': '0.2.0' | |
| } |