mirror of
https://github.com/jhshi/openofdm.git
synced 2025-04-16 23:19:01 +00:00
Provide ht_sgi signal out
This commit is contained in:
parent
d331e66a31
commit
f83d179cbe
@ -25,6 +25,7 @@
|
||||
output wire ht_unsupport,
|
||||
output wire [7:0] pkt_rate,
|
||||
output wire [15:0] pkt_len,
|
||||
output wire ht_sgi,
|
||||
// output wire [15:0] pkt_len_total, // for interface to byte_to_word.v in rx_intf.v
|
||||
output wire byte_out_strobe,
|
||||
output wire [7:0] byte_out,
|
||||
@ -183,7 +184,7 @@
|
||||
.ht_aggregation(),
|
||||
.ht_stbc(),
|
||||
.ht_fec_coding(),
|
||||
.ht_sgi(),
|
||||
.ht_sgi(ht_sgi),
|
||||
.ht_num_ext(),
|
||||
.ht_sig_crc_ok(),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user