Use a ot-specific patched version of fusesoc
For recent work on OpenTitan we need modifications in fusesoc, which are
not yet merged upstream. Until that happens, switch to a OT-specific
branch of fuseosoc, we we did for edalize.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/python-requirements.txt b/python-requirements.txt
index 089e734..d7ec6e5 100644
--- a/python-requirements.txt
+++ b/python-requirements.txt
@@ -3,7 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
# Keep sorted.
-fusesoc
gitpython
hjson
isort
@@ -28,3 +27,6 @@
# Development version of edalize until all our changes are upstream
git+https://github.com/lowRISC/edalize.git@ot
+
+# Development version with OT-specific changes
+git+https://github.com/lowRISC/fusesoc.git@ot