mirror of
https://github.com/jhshi/openofdm.git
synced 2025-06-19 15:43:50 +00:00
Provide ht_sgi signal out
This commit is contained in:
@ -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(),
|
||||
|
||||
|
Reference in New Issue
Block a user