Merged r5566:5676 from jcorgan/snd into trunk, with minor changes. Component gr...
[debian/gnuradio] / gr-sounder / src / fpga / tb / sounder_tb.sh
index 9bc71438703fc0109e450f09c27dc619455bc7f9..28efc8d31d81845cdaa37f0b370165bc5380501b 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 iverilog -y ../lib/ -y ../../../../usrp/fpga/sdr_lib           \
     sounder_tb.v -o sounder_tb                                      && \
-./sounder_tb                                       > sounder_tb.out  && \
-grep 'rst=0'         sounder_tb.out | grep 'clk=1' > sounder_tb.out2 && \
-grep 'tx_strobe=1'   sounder_tb.out2               > sounder_tb.out3
+./sounder_tb > sounder_tb.out  && \
+    grep 'r=0' sounder_tb.out | grep 'c=1' > sounder_tb.out2