Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index f63b9ced4b5b42c638cf1b27de8c17bd69faad98..33cd7f19e5dd4853819183c5309a4f6ea3305044 100755 (executable)
@@ -3,6 +3,7 @@ python3 -m venv .env
 . .env/bin/activate
 pip3 install nose
 
+git clone https://github.com/westerndigitalcorporation/pyvcd.git
 git clone https://gitlab.com/nmigen/nmigen-boards.git
 git clone https://gitlab.com/nmigen/nmigen.git
 git clone https://git.libre-soc.org/git/c4m-jtag.git
@@ -11,6 +12,17 @@ git clone https://git.libre-soc.org/git/openpower-isa.git
 git clone https://git.libre-soc.org/git/ieee754fpu.git
 git clone https://gitlab.com/nmigen/nmigen-soc.git
 git clone https://git.libre-soc.org/git/soc.git
+git clone https://git.libre-soc.org/git/pytest-output-to-files.git
+
+# pytest-output-to-files
+pushd pytest-output-to-files
+python3 setup.py develop
+popd
+
+# pyvcd - needed for nmigen
+cd /home/$SUDO_USER/src/pyvcd
+git checkout 0.2.4
+python3 setup.py develop --no-deps
 
 # nmigen
 cd /home/$SUDO_USER/src/nmigen
@@ -52,6 +64,11 @@ python3 setup.py develop
 cd ../soc
 make gitupdate
 python3 setup.py develop
+# sigh sort out pinmux
+cd pinmux
+git checkout d96f737c0a53dde983
+cd ..
+
 make mkpinmux
 
 # comment this out - takes too long.  run it manually