Merge pull request #15 from open-sdr/dot11zynq

Provide ht_sgi signal out (for openwifi 11n release)
This commit is contained in:
Jinghao Shi 2021-01-08 10:37:24 -08:00 committed by GitHub
commit c3035cf985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(),