From f83d179cbe0496dd1db1c46c2ab8f737b668f07d Mon Sep 17 00:00:00 2001 From: mmehari Date: Fri, 6 Nov 2020 13:20:15 +0100 Subject: [PATCH] Provide ht_sgi signal out --- verilog/openofdm_rx.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/verilog/openofdm_rx.v b/verilog/openofdm_rx.v index 42eb5e3..521f462 100644 --- a/verilog/openofdm_rx.v +++ b/verilog/openofdm_rx.v @@ -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(),