From 3b3405e8bd496749dcb47e17156c0224a6f8a496 Mon Sep 17 00:00:00 2001 From: Richard Lin Date: Fri, 18 Jan 2019 16:23:27 -0800 Subject: Remove bin (#991) --- bin/fir2flo.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 bin/fir2flo.sh (limited to 'bin/fir2flo.sh') diff --git a/bin/fir2flo.sh b/bin/fir2flo.sh deleted file mode 100755 index 3d425a4a..00000000 --- a/bin/fir2flo.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -$CHISEL_BIN/firrtl -i $1.fir -o $1.flo -X flo # -x X # -p c # tkwTgc -if [ $? ] ; then - $CHISEL_BIN/filter < $1.flo > tmp && mv tmp $1.flo -fi -- cgit v1.2.3