litescope, add it.

master
forksand 2 years ago
parent 47498bccee
commit a5c988ab02

@ -308,6 +308,21 @@ git submodule update && \
python3 ./setup.py clean && python3 ./setup.py build && python3 ./setup.py install --user || exit
cd ..
# Update litescope
echo "===================================== Update litescope"
# XXX needed?
cd litescope && \
git branch -a && \
git checkout master && \
git reset --hard HEAD && \
git status && \
git log | head -1 | cut -f 2 -d " "
git pull && \
git submodule update && \
# 1 second:
python3 ./setup.py clean && python3 ./setup.py build && python3 ./setup.py install --user || exit
cd ..
# Update litex-boards
echo "===================================== Update litex-boards"
# XXX BUILD

Loading…
Cancel
Save