Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-repos-virtualenv
index 321321c610c33a3d8387aa2adc54722a8427631b..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