From f123c4b478e02fcd0d5dd9812b15ab8c54410fa1 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Tue, 12 Jul 2022 14:11:50 +0100 Subject: [PATCH] Created tasyagle script, not functional yet --- tasyagle-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tasyagle-install 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 -- 2.30.2