From: Andrey Miroshnikov Date: Tue, 12 Jul 2022 13:11:50 +0000 (+0100) Subject: Created tasyagle script, not functional yet X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f123c4b478e02fcd0d5dd9812b15ab8c54410fa1;p=dev-env-setup.git Created tasyagle script, not functional yet --- diff --git a/tasyagle-install b/tasyagle-install new file mode 100755 index 0000000..cf18d2c --- /dev/null +++ b/tasyagle-install @@ -0,0 +1,9 @@ +#!/bin/sh + +# DON'T USE YET, DRAFT + +mkdir -p /home/$USER/src +cd /home/$USER/src +git clone https://gitlab.lip6.fr/vlsi-eda/tas-yagle.git +cd tas-yagle +./build.sh