Houston, we have a trunk.
[debian/gnuradio] / usrp / fpga / sdr_lib / hb / hbd_tb / regression
1 echo "Baseline 1000"
2 iverilog -y .. -o test_hbd -DRATE=1000 test_hbd.v  ; ./test_hbd >golden
3 diff golden really_golden
4
5 echo
6 echo "Test 100"
7 iverilog -y .. -o test_hbd -DRATE=100 test_hbd.v  ; ./test_hbd >output ; diff output golden
8
9 echo
10 echo "Test 50"
11 iverilog -y .. -o test_hbd -DRATE=50 test_hbd.v  ; ./test_hbd >output ; diff output golden
12
13 echo
14 echo "Test 40"
15 iverilog -y .. -o test_hbd -DRATE=40 test_hbd.v  ; ./test_hbd >output ; diff output golden
16
17 echo
18 echo "Test 30"
19 iverilog -y .. -o test_hbd -DRATE=30 test_hbd.v  ; ./test_hbd >output ; diff output golden
20
21 echo
22 echo "Test 25"
23 iverilog -y .. -o test_hbd -DRATE=25 test_hbd.v  ; ./test_hbd >output ; diff output golden
24
25 echo
26 echo "Test 20"
27 iverilog -y .. -o test_hbd -DRATE=20 test_hbd.v  ; ./test_hbd >output ; diff output golden
28
29 echo
30 echo "Test 19"
31 iverilog -y .. -o test_hbd -DRATE=19 test_hbd.v  ; ./test_hbd >output ; diff output golden
32
33 echo
34 echo "Test 18"
35 iverilog -y .. -o test_hbd -DRATE=18 test_hbd.v  ; ./test_hbd >output ; diff output golden
36
37 echo
38 echo "Test 17"
39 iverilog -y .. -o test_hbd -DRATE=17 test_hbd.v  ; ./test_hbd >output ; diff output golden
40
41 echo
42 echo "Test 16"
43 iverilog -y .. -o test_hbd -DRATE=16 test_hbd.v  ; ./test_hbd >output ; diff output golden
44
45 echo
46 echo "Test 15"
47 iverilog -y .. -o test_hbd -DRATE=15 test_hbd.v  ; ./test_hbd >output ; diff output golden
48
49 echo
50 echo "Test 14"
51 iverilog -y .. -o test_hbd -DRATE=14 test_hbd.v  ; ./test_hbd >output ; diff output golden
52
53 echo
54 echo "Test 13"
55 iverilog -y .. -o test_hbd -DRATE=13 test_hbd.v  ; ./test_hbd >output ; diff output golden
56
57 echo
58 echo "Test 12"
59 iverilog -y .. -o test_hbd -DRATE=12 test_hbd.v  ; ./test_hbd >output ; diff output golden
60
61 echo
62 echo "Test 11"
63 iverilog -y .. -o test_hbd -DRATE=11 test_hbd.v  ; ./test_hbd >output ; diff output golden
64
65 echo
66 echo "Test 10"
67 iverilog -y .. -o test_hbd -DRATE=10 test_hbd.v  ; ./test_hbd >output ; diff output golden
68
69 echo
70 echo "Test 9"
71 iverilog -y .. -o test_hbd -DRATE=9 test_hbd.v  ; ./test_hbd >output ; diff output golden
72
73 echo
74 echo "Test 8"
75 iverilog -y .. -o test_hbd -DRATE=8 test_hbd.v  ; ./test_hbd >output ; diff output golden
76
77 echo
78 echo "Test 7"
79 iverilog -y .. -o test_hbd -DRATE=7 test_hbd.v  ; ./test_hbd >output ; diff output golden
80
81 echo
82 echo "Test 6"
83 iverilog -y .. -o test_hbd -DRATE=6 test_hbd.v  ; ./test_hbd >output ; diff output golden
84
85 echo
86 echo "Test 5"
87 iverilog -y .. -o test_hbd -DRATE=5 test_hbd.v  ; ./test_hbd >output ; diff output golden
88
89 echo
90 echo "Test 4"
91 iverilog -y .. -o test_hbd -DRATE=4 test_hbd.v  ; ./test_hbd >output ; diff output golden
92
93 echo
94 echo "Test 3"
95 iverilog -y .. -o test_hbd -DRATE=3 test_hbd.v  ; ./test_hbd >output ; diff output golden