From d014edd127443b80dab48ea3816832076a28fb33 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 12 Jun 2016 23:21:55 +0200 Subject: [PATCH] convert svf to xsvf and flash it --- xsvf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 xsvf.sh diff --git a/xsvf.sh b/xsvf.sh new file mode 100755 index 0000000..aa1e74e --- /dev/null +++ b/xsvf.sh @@ -0,0 +1,8 @@ +svf=/nuc/altera-squeeze/root/epm3064/3064at44.svf + +ls -al $svf && ( + + python3 svf2xsvf.py $svf $svf.xsvf + svf=$svf.xsvf + echo xsvf x300.tap $svf virt2 | nc -w 1 picam 4444 +) -- 2.20.1