summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfpga-toolchain/build.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/fpga-toolchain/build.sh b/fpga-toolchain/build.sh
index 57d06fe..e052da0 100755
--- a/fpga-toolchain/build.sh
+++ b/fpga-toolchain/build.sh
@@ -66,4 +66,18 @@ then
popd
fi
+# Couldn't get it to compile...
+#D=yodl
+#SRC=https://github.com/forflo/yodl.git
+
+D="vhd2vl"
+if [ ! -d $D ]
+then
+ git clone https://github.com/ldoolitt/vhd2vl.git $D
+ pushd $D/src
+ make
+ cp vhd2vl $ROOT/install/bin
+ popd
+fi
+
popd