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__ = { |
| 8 | 'verilator': '4.028', |
Michael Schaffner | 29553ae | 2020-04-17 15:44:56 -0700 | [diff] [blame] | 9 | 'verible': '0.0-375-g7d55b5b', |
Pirmin Vogel | ed097cc | 2020-03-09 11:35:21 +0100 | [diff] [blame] | 10 | } |