mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-20 22:23:49 +00:00
HT/non_HT detection requires at most 9 clocks
This commit is contained in:
parent
8bc2d7f0a4
commit
aaa8ef3ce5
@ -394,7 +394,7 @@ equalizer equalizer_inst (
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
delayT #(.DATA_WIDTH(33), .DELAY(6)) eq_delay_inst (
|
delayT #(.DATA_WIDTH(33), .DELAY(9)) eq_delay_inst (
|
||||||
.clock(clock),
|
.clock(clock),
|
||||||
.reset(reset),
|
.reset(reset),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user