blob: 28efc8d31d81845cdaa37f0b370165bc5380501b (
plain)
1
2
3
4
5
6
|
#!/bin/sh
iverilog -y ../lib/ -y ../../../../usrp/fpga/sdr_lib \
sounder_tb.v -o sounder_tb && \
./sounder_tb > sounder_tb.out && \
grep 'r=0' sounder_tb.out | grep 'c=1' > sounder_tb.out2
|