Skip to content

Commit

Permalink
[util] Document minimal requirement for Xilinx Vivado
Browse files Browse the repository at this point in the history
This is related to lowRISC#1425.
  • Loading branch information
vogelpi committed Aug 26, 2021
1 parent 3f9022a commit 14115ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/02_user/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following tools are known to work with the RTL code of Ibex.
Please `file an issue <https://github.com/lowRISC/ibex/issues>`_ if you experience problems with any of the listed tools, or if you have successfully used a tool with Ibex which is not listed here.

- Synopsys Design Compiler
- Xilinx Vivado
- Xilinx Vivado, version |tool_requirements.vivado| and up.
- Verilator, version |tool_requirements.verilator| and up.
- Synopsys VCS, version at least |tool_requirements.vcs|.
- Cadence Incisive/Xcelium
Expand Down
6 changes: 5 additions & 1 deletion tool_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
'vcs': {
'min_version': '2020.03-SP2',
'as_needed': True
}
},
'vivado': {
'min_version': '2020.2',
'as_needed': True
},
}

0 comments on commit 14115ea

Please sign in to comment.