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 | 45ad17e | 2020-04-21 11:31:01 +0100 | [diff] [blame] | 8 | 'verilator': '4.040', |
Philipp Wagner | 82ed76e | 2020-05-26 11:07:48 +0100 | [diff] [blame] | 9 | 'edalize': '0.2.0', |
Michael Schaffner | 76469e2 | 2020-08-10 10:13:23 -0700 | [diff] [blame] | 10 | 'verible': '0.0-520-g650c6cc', |
Pirmin Vogel | ed097cc | 2020-03-09 11:35:21 +0100 | [diff] [blame] | 11 | } |