mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-18 21:28:07 +00:00
Disable signal watch dog for normal simulation in the tb
This commit is contained in:
parent
55f77bb16b
commit
7622d7aaa0
@ -477,8 +477,8 @@ signal_watchdog signal_watchdog_inst (
|
||||
.signal_len(pkt_len),
|
||||
.sig_valid(sig_valid),
|
||||
|
||||
.max_signal_len_th(4095),
|
||||
.dc_running_sum_th(64),
|
||||
.max_signal_len_th(16'hFFFF),
|
||||
.dc_running_sum_th(65),
|
||||
|
||||
.receiver_rst(receiver_rst)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user