clearlove6

Results 2 issues of clearlove6

The link between compilation and simulation tutorials is not found. Is there a new link that can be posted

`assign enc_reset = phy_tx_arest | state1 == S1_WAIT_PKT | plcp_bit_cnt == 23 | plcp_bit_cnt == 47;` 您原来的代码中,会在SIG字段的第23bit和第47bit对BCC模块进行reset。当发送ht帧时,这个机制会导致在SIG字段中重置BCC模块,与接收机的解码机制是不是有一定区别。接收机中好像时直接把所有数据直接一起解码的,不会区分不同symbol。