mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-20 11:57:12 -04:00
[doc] Bump minimum Verilator version
It turns out that we use split_var in the code, which was added in version 4.030 (and several bugs were fixed in following versions). Change the minimum required version to match what we're using in CI (and presumably works!) This was triggered by issue #2080.
This commit is contained in:
parent
eb95f74a5a
commit
fddb2fc3a3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# Version requirements for various tools. Checked by tooling (e.g. fusesoc),
|
||||
# and inserted into the Sphinx-generated documentation.
|
||||
__TOOL_REQUIREMENTS__ = {
|
||||
'verilator': '4.028',
|
||||
'verilator': '4.104',
|
||||
'edalize': '0.2.0',
|
||||
'vcs': {
|
||||
'min_version': '2020.03-SP2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue