<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ![](https://img.kancloud.cn/f1/1e/f11ed9c52bf88b1c3e701318a9765a30_3120x4160.png) ``` module cy4( clk,rst_b,In,Y); input clk,rst_b,In; output Y; reg[2:0]current_state,next_state; wire Y; parameter IDLE = 3'd0,//每個十進制數代表不同的狀態 A = 3'd1, B = 3'd2, C = 3'd3, D = 3'd4, E = 3'd5,//輸出為1的狀態 F = 3'd6, G = 3'd7; assign Y = (next_state == D && In == 0)?1:0; //狀態為D時又收到了0,表明10010收到應有輸出Y為高 always @(posedge clk or negedge rst_b) if(!rst_b) current_state <= IDLE; else current_state <= next_state; always @(In,current_state) case(current_state) IDLE: if(In == 1) next_state <= A; else next_state <= IDLE; A: if(In == 0) next_state <= B; else next_state <= A; B: if(In == 0) next_state <= C; else next_state <= F; C: if(In == 1) next_state <= D; else next_state <= G; D: if(In == 0) next_state <= E; else next_state <= A; E: if(In == 0) next_state <= C; else next_state <= A; F: if(In == 0) next_state <= B; else next_state <= A; G: if(In == 0) next_state <= G; else next_state <= F; default:next_state <= IDLE; endcase endmodule ``` ![](https://img.kancloud.cn/b6/14/b614a90226e999d6902710e6882070ff_951x148.png) 測試腳本代碼: ``` `timescale 1 ns/ 1 ps `define halfperiod 20 module cy4_vlg_tst(); reg clk; reg rst_b; reg[23:0]data; wire Y,In; assign In = data[23]; cy4 i1 ( .In(In), .Y(Y), .clk(clk), .rst_b(rst_b) ); initial begin clk=0; rst_b=1; #2 rst_b=0; #30 rst_b=1;//復位信號 data=20'b1100_1001_0000_1001_0100;//碼流數據 #(`halfperiod*1000)$stop;//運行500個時鐘周期后停止仿真 end always #(`halfperiod)clk = ~clk;//時鐘信號 always @(posedge clk) #2 data={data[22:0],data[23]};//移位輸出碼流 cy4 m(.In(In),.Y(Y),.clk(clk),.rst_b(rst_b)); //調用序列檢測器模塊 endmodule ``` ![](https://img.kancloud.cn/2a/54/2a54999ae0ad58f99285fdcb1fd79bc9_1309x268.png)
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看