9bc71438703fc0109e450f09c27dc619455bc7f9
[debian/gnuradio] / gr-sounder / src / fpga / tb / sounder_tb.sh
1 #!/bin/sh
2 iverilog -y ../lib/ -y ../../../../usrp/fpga/sdr_lib            \
3     sounder_tb.v -o sounder_tb                               && \
4 ./sounder_tb                                       > sounder_tb.out  && \
5 grep 'rst=0'         sounder_tb.out | grep 'clk=1' > sounder_tb.out2 && \
6 grep 'tx_strobe=1'   sounder_tb.out2               > sounder_tb.out3
7