Pirmin Vogel | ed097cc | 2020-03-09 11:35:21 +0100 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | # Version requirements for various tools. Checked by tooling (e.g. fusesoc), |
| 6 | # and inserted into the documentation. |
| 7 | __TOOL_REQUIREMENTS__ = { |
Philipp Wagner | 82ed76e | 2020-05-26 11:07:48 +0100 | [diff] [blame] | 8 | 'edalize': '0.2.0', |
Philipp Wagner | 2e217a9 | 2020-10-09 12:19:08 +0200 | [diff] [blame] | 9 | 'hugo_extended': '0.71.0', |
Philipp Wagner | dbe7a74 | 2020-10-06 12:36:11 +0100 | [diff] [blame] | 10 | 'ninja-build': '1.8.2', |
Philipp Wagner | 6f1abb9 | 2020-10-09 12:24:01 +0200 | [diff] [blame] | 11 | 'verible': '0.0-520-g650c6cc', |
Philipp Wagner | e8ade05 | 2020-11-16 11:18:49 +0000 | [diff] [blame] | 12 | 'verilator': '4.104', |
Pirmin Vogel | ed097cc | 2020-03-09 11:35:21 +0100 | [diff] [blame] | 13 | } |