summaryrefslogtreecommitdiff
path: root/gr-sounder/src/fpga
diff options
context:
space:
mode:
Diffstat (limited to 'gr-sounder/src/fpga')
-rw-r--r--gr-sounder/src/fpga/tb/sounder_tb.sav8
-rw-r--r--gr-sounder/src/fpga/tb/sounder_tb.v4
2 files changed, 9 insertions, 3 deletions
diff --git a/gr-sounder/src/fpga/tb/sounder_tb.sav b/gr-sounder/src/fpga/tb/sounder_tb.sav
index 74019f5ee..3a73a9445 100644
--- a/gr-sounder/src/fpga/tb/sounder_tb.sav
+++ b/gr-sounder/src/fpga/tb/sounder_tb.sav
@@ -1,4 +1,4 @@
-*-26.117517 250000000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
+*-24.753519 93900000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
@28
sounder_tb.uut.clk_i
sounder_tb.rst
@@ -23,7 +23,9 @@ sounder_tb.tx_dac_i[13:0]
-
@22
sounder_tb.fifo_strobe
+@8421
sounder_tb.fifo_i[15:0]
+@22
sounder_tb.fifo_q[15:0]
@200
-
@@ -32,3 +34,7 @@ sounder_tb.uut.transmitter.pn_code.pn_o
sounder_tb.uut.receiver.pn_ref
@200
-
+@28
+sounder_tb.tx_strobe
+@8420
+sounder_tb.uut.receiver.sum_i[31:0]
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