Merged r5556:5561 from jcorgan/snd into trunk. Updates gr-sounder with receive proces...
[debian/gnuradio] / gr-sounder / src / fpga / tb / sounder_tb.v
index 045791e437dfc3665064a6f791a59400c7b837ef..6a9eff0ea0a1f99d5bcd9cd139a9d0f18aa2e06a 100644 (file)
@@ -197,14 +197,14 @@ module sounder_tb;
         #20 enable_rx(1);
         #20 enable_lp(1);
         #20 set_reset(0);
-        #((uut.len+1)*uut.len*20);
+        #((uut.len+1)*uut.len*20*2);
       end
    endtask // test_lp
    
    // Execute tests
    initial
      begin
-        #20 test_tx(12);
+        // #20 test_tx(12);
        #20 test_lp(12);
        #100 $finish;
      end