Emilio Baungarten
04/03/2024, 11:04 PMmake setup
command I get the following error:
if [ -d "/home/baungarten2/caravel_user_project/caravel" ]; then\
echo "Deleting exisiting /home/baungarten2/caravel_user_project/caravel" && \
rm -rf /home/baungarten2/caravel_user_project/caravel && sleep 2;\
fi
echo "Installing caravel-lite.."
Installing caravel-lite..
git clone -b mpw-9h https://github.com/efabless/caravel-lite /home/baungarten2/caravel_user_project/caravel --depth=1
Cloning into '/home/baungarten2/caravel_user_project/caravel'...
warning: Could not find remote branch mpw-9h to clone.
fatal: Remote branch mpw-9h not found in upstream origin
make: * [Makefile101 install] Error 128Mitch Bailey
04/04/2024, 12:37 AMexport CARAVEL_LITE=0
before make setup
.Mitch Bailey
04/04/2024, 12:40 AMcaravel_lite
is missing the new tag.
Thanks @Emilio Baungarten!Emilio Baungarten
04/04/2024, 2:51 PMEmilio Baungarten
04/04/2024, 2:57 PMDownloading certifi-2024.2.2-py3-none-any.whl (163 kB)
βββββββββββββββββββββββββββββββββββββββ 163.8/163.8 kB 165.6 MB/s eta 0:00:00
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
ββββββββββββββββββββββββββββββββββββββββ 58.3/58.3 kB 139.7 MB/s eta 0:00:00
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Installing collected packages: pcpp, zstandard, typing-extensions, sniffio, pyyaml, pygments, mdurl, idna, h11, exceptiongroup, click, certifi, markdown-it-py, httpcore, anyio, rich, httpx, volare
Successfully installed anyio-4.3.0 certifi-2024.2.2 click-8.1.7 exceptiongroup-1.2.0 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 idna-3.6 markdown-it-py-3.0.0 mdurl-0.1.2 pcpp-1.30 pygments-2.17.2 pyyaml-6.0.1 rich-13.7.1 sniffio-1.3.1 typing-extensions-4.10.0 volare-0.16.0 zstandard-0.22.0
./venv/bin/volare enable 78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
Version 78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc not found locally, attempting
to downloadβ¦
Downloading common.tar.zstβ¦ βββββββββββββββββββββββββββββββββββββββ 100% 0:00:00
The read operation timed out
make[1]: * [/home/baungarten2/caravel_user_project/caravel/Makefile1273 pdk-with-volare] Error 255
make[1]: Leaving directory '/home/baungarten2/caravel_user_project'
make: * [Makefile95 pdk-with-volare] Error 2Emilio Baungarten
04/04/2024, 2:58 PMMitch Bailey
04/05/2024, 1:46 AMmake setup
wipes and reinstalls caravel and the pdk, I think. I think the volare issue is intermittent. May have been fixed with a more recent version. Can you try reinstalling?Emilio Baungarten
04/05/2024, 3:43 AM