summaryrefslogtreecommitdiff
path: root/gr-sounder/src/fpga/tb/sounder_tb.v
diff options
context:
space:
mode:
Diffstat (limited to 'gr-sounder/src/fpga/tb/sounder_tb.v')
-rw-r--r--gr-sounder/src/fpga/tb/sounder_tb.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-sounder/src/fpga/tb/sounder_tb.v b/gr-sounder/src/fpga/tb/sounder_tb.v
index 045791e43..6a9eff0ea 100644
--- a/gr-sounder/src/fpga/tb/sounder_tb.v
+++ b/gr-sounder/src/fpga/tb/sounder_tb.v
@@ -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