blob: 6fa63fbd8e2c79505353c2b8940a076700a171f3 [file] [log] [blame]
Greg Chadwick063e5cc2020-04-07 13:13:07 +01001# 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# Development version of edalize until all our changes are upstream
6git+https://github.com/lowRISC/edalize.git@ot
7
8# Development version with OT-specific changes
9git+https://github.com/lowRISC/fusesoc.git@ot
Philipp Wagner4f735bc2020-05-27 10:33:17 +010010
11pyyaml
12mako
Tom Roberts8ae623f2021-08-26 17:00:33 +010013junit-xml
Udi Jonnalagadda08a35062020-06-11 11:54:29 -070014
15# Needed by dvsim.py (not actually used in Ibex)
Pirmin Vogele3814642020-08-27 12:44:23 +020016hjson
17mistletoe>=0.7.2
Tom Roberts8ae623f2021-08-26 17:00:33 +010018# Premailer 3.9.0 broke the API by introducing an allow_loading_external_files
19# argument that is now mandatory, but didn't exist in previous versions.
20# To relax the constraint we either need to do a runtime detection, or switch all
21# users to a newer version.
22premailer < 3.9.0
Udi Jonnalagadda08a35062020-06-11 11:54:29 -070023
24# Recurse to get any requirements from riscv-dv
25-r vendor/google_riscv-dv/requirements.txt