From: Luke Kenneth Casson Leighton Date: Mon, 29 Mar 2021 15:02:39 +0000 (+0100) Subject: comment out nosetests, add in a few "make" commands needed X-Git-Url: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff_plain;h=61ee9315e75f03bac74cddae7af906549af073b5 comment out nosetests, add in a few "make" commands needed --- diff --git a/hdl-dev-repos-virtualenv b/hdl-dev-repos-virtualenv index ab287bf..3472ba9 100755 --- a/hdl-dev-repos-virtualenv +++ b/hdl-dev-repos-virtualenv @@ -21,8 +21,14 @@ git submodule update --init --recursive python3 setup.py develop cd ../nmigen-soc python3 setup.py develop + +# soc install cd ../soc make gitupdate python3 setup.py develop -python src/soc/decoder/pseudo/pywriter.py -nosetests -v --processes=-1 --process-timeout=120 +make pywriter +make mkpinmux +make svanalysis + +# comment this out - takes too long. run it manually +# nosetests -v --processes=-1 --process-timeout=120