在线看毛片网站电影-亚洲国产欧美日韩精品一区二区三区,国产欧美乱夫不卡无乱码,国产精品欧美久久久天天影视,精品一区二区三区视频在线观看,亚洲国产精品人成乱码天天看,日韩久久久一区,91精品国产91免费

<menu id="6qfwx"><li id="6qfwx"></li></menu>
    1. <menu id="6qfwx"><dl id="6qfwx"></dl></menu>

      <label id="6qfwx"><ol id="6qfwx"></ol></label><menu id="6qfwx"></menu><object id="6qfwx"><strike id="6qfwx"><noscript id="6qfwx"></noscript></strike></object>
        1. <center id="6qfwx"><dl id="6qfwx"></dl></center>

            新聞中心

            EEPW首頁 > 電源與新能源 > 設(shè)計(jì)應(yīng)用 > 基于網(wǎng)絡(luò)編碼的多信源組播通信系統(tǒng),包括源代碼,原理圖等(四)

            基于網(wǎng)絡(luò)編碼的多信源組播通信系統(tǒng),包括源代碼,原理圖等(四)

            作者: 時(shí)間:2016-12-06 來源:網(wǎng)絡(luò) 收藏

            begin

            本文引用地址:http://www.biyoush.com/article/201612/326827.htm

            addr_vld = 1;

            block_num_rd = match_addr_temp_1;

            port_num_rd = 2'b01;

            cam_lookup_reslt_next=0;

            end

            else if (cam_lookup_reslt==3'b100)

            begin

            addr_vld = 1;

            block_num_rd = match_addr_temp_2;

            port_num_rd = 2'b10;

            cam_lookup_reslt_next=0;

            end

            end

            else

            begin

            state_next = LUP_DCOD_FACTOR2;

            pkt_not_find = 1;

            has_other_factor = has_factor2;

            end

            /* decoding the packet by decode factor2 */

            LUP_DCOD_FACTOR2:

            if(has_factor2) begin

            addr_vld = 1;

            block_num_rd = other_dram_addr;

            port_num_rd = other_port_num_rd;

            state_next = LUP_DCOD_FACTOR1_FIRST;

            cam_lookup_reslt_pre_next = cam_lookup_reslt_save;

            has_factor2_next = 0;

            end

            else begin

            pkt_not_find = 1;

            has_other_factor = has_factor2;

            state_next = GET_SRC_GEN_NUM;

            end

            endcase // case(state)

            end // always @ (*)

            always @(posedge clk) begin

            src_num_sel <= `DLY src_num_sel_next;

            gen_num_sel <= `DLY gen_num_sel_next;

            cam_lookup_reslt_pre <= `DLY cam_lookup_reslt_pre_next;

            other_dram_addr <= `DLY other_dram_addr_next;

            other_port_num_rd <= `DLY other_port_num_rd_next;

            match_addr_temp_2 <= `DLY match_addr_temp_2_next;

            match_addr_temp_1 <= `DLY match_addr_temp_1_next;

            match_addr_temp_0 <= `DLY match_addr_temp_0_next;

            cam_lookup_reslt_save <= `DLY cam_lookup_reslt_save_next;

            end

            always @(posedge clk or negedge rst_n) begin

            if(rst_n == 1'b0) begin

            state <= IDLE;

            src_num <= 0;

            gen_num <= 0;

            has_factor2 <= 0;

            cam_lookup_reslt <= 0;

            couter <= 5'b0;

            end

            else begin

            state <= `DLY state_next;

            src_num <= `DLY src_num_next;

            gen_num <= `DLY gen_num_next;

            couter <= `DLY couter_next;

            cam_lookup_reslt <= `DLY cam_lookup_reslt_next;

            has_factor2 <= `DLY has_factor2_next;

            end

            end

            endmodule //decode_control_sm


            上一頁 1 2 3 4 5 6 7 8 9 下一頁

            關(guān)鍵詞: 源代碼原理

            評(píng)論


            技術(shù)專區(qū)

            關(guān)閉