mirror of
https://github.com/jhshi/openofdm.git
synced 2025-06-22 17:08:55 +00:00
turn on soft_decoding in dot11_tb.v
This commit is contained in:
@ -271,6 +271,7 @@ dot11 dot11_inst (
|
|||||||
|
|
||||||
.power_thres(11'd0),
|
.power_thres(11'd0),
|
||||||
.min_plateau(32'd100),
|
.min_plateau(32'd100),
|
||||||
|
.soft_decoding(1'b1),
|
||||||
|
|
||||||
.rssi_half_db(rssi_half_db),
|
.rssi_half_db(rssi_half_db),
|
||||||
.sample_in(sample_in),
|
.sample_in(sample_in),
|
||||||
|
Reference in New Issue
Block a user