X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=xsvf.sh;h=0ffd2d8c82c30d8a73527a0c7b2333396930414c;hb=ff8ab03f34e7dbf879e1c04a060613a5f45b663b;hp=aa1e74e8912f4a002e3a4539015cd42019559426;hpb=d014edd127443b80dab48ea3816832076a28fb33;p=x300-pci diff --git a/xsvf.sh b/xsvf.sh index aa1e74e..0ffd2d8 100755 --- a/xsvf.sh +++ b/xsvf.sh @@ -1,8 +1,10 @@ svf=/nuc/altera-squeeze/root/epm3064/3064at44.svf +test ! -z "$1" && svf=$1 ls -al $svf && ( python3 svf2xsvf.py $svf $svf.xsvf svf=$svf.xsvf - echo xsvf x300.tap $svf virt2 | nc -w 1 picam 4444 + echo xsvf x300.tap $svf | nc -w 1 picam 4444 + ls -al $svf )