亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? mc8051_siu.vhd

?? Standard 8051 IP Core
?? VHD
?? 第 1 頁 / 共 4 頁
字號:
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0101") =>  	-- D5
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0110") =>  	-- D6
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0111") =>  	-- D7
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1000") =>  	-- D8
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1001") =>  	-- D9
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1010") =>  	-- D10, set done bit
                if s_m2_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  s_tran_done           <= '1';
                  v_txstep              := "10";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when others =>  		-- D0
                -- commence transmission if conditions are met
                s_txdm0 <= '1';
                if s_m2_txshift_en = '1' then
                  if s_trans = '1' then
                    s_tran_sh(10)         <= '1';
                    s_tran_sh(9)          <= s_tb8;
                    s_tran_sh(8 downto 1) <= unsigned(sbuf_i);
                    s_tran_sh(0)          <= '0';
                    v_txstep              := "01";
                    s_tran_done           <= '0';
                    s_txdm0               <= '0';
                  end if;
                end if;
            end case;
-------------------------------------------------------------------------------
-- MODE 3
-------------------------------------------------------------------------------
          when ("11") =>
            rxd_o <= '0';
            rxdwr_o <= '0';
            case s_tran_state is
              when ("0001") =>  	-- D1
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0010") =>  	-- D2
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0011") =>  	-- D3
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0100") =>  	-- D4
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0101") =>  	-- D5
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0110") =>  	-- D6
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("0111") =>  	-- D7
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1000") =>  	-- D8
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1001") =>  	-- D9
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  v_txstep              := "01";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when ("1010") =>  	-- D10, set done bit
                if s_m13_txshift_en = '1' then
                  s_tran_sh(10)         <= '1';
                  s_tran_sh(9 downto 0) <= s_tran_sh(10 downto 1);
                  s_tran_done           <= '1';
                  v_txstep              := "10";
                  s_txdm0               <= s_tran_sh(1);
                end if;
              when others =>  		-- D0
                -- commence transmission if conditions are met
                s_txdm0 <= '1';
                if s_m13_txshift_en = '1' then
                  if s_trans = '1' then
                    s_tran_sh(10)         <= '1';
                    s_tran_sh(9)          <= s_tb8;
                    s_tran_sh(8 downto 1) <= unsigned(sbuf_i);
                    s_tran_sh(0)          <= '0';
                    s_tran_done           <= '0';
                    v_txstep              := "01";
                    s_txdm0               <= '0';
                  end if;
                end if;
            end case;
-------------------------------------------------------------------------------
          when others =>
            null;
        end case;

        case v_txstep is
          when "01" =>
            s_tran_state <= s_tran_state + conv_unsigned(1, 1);
          when "10" =>
            s_tran_state <= conv_unsigned(0, 4);
          when others =>
            null;
        end case;
        
      end if;
    end if;
  end process p_transmit;

-------------------------------------------------------------------------------
--**************************** RECEIVE ****************************************
-- This is the finit state machine for the receive shift register
-------------------------------------------------------------------------------
      
  p_receive: process (clk,
                      reset)
    
    variable v_rxstep : std_logic_vector(1 downto 0);
    
    begin

      if reset = '1' then
        s_recv_state <= conv_unsigned(0,4);
        s_recv_sh <= conv_unsigned(0,8);
        s_recv_buf <= conv_unsigned(0,8);
        s_recv_done <= '0';
        s_rb8 <= '0';
      else
        if clk'event and clk = '1' then

-------------------------------------------------------------------------------
-- MODE 0
-------------------------------------------------------------------------------
	  v_rxstep := "00";
          case s_mode is
          when ("00") =>
            case s_recv_state is
            when ("0000") =>            -- D0
              -- commence reception if conditions are met
              if s_ren = '1' and s_ri = '0' then
                if s_m0_shift_en = '1' then
                  v_rxstep := "01";
                  s_recv_done <= '0';
                end if;
              end if;
            when ("0001") =>            -- D1
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0010") =>            -- D2
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0011") =>            -- D3
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0100") =>            -- D4
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0101") =>            -- D5
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0110") =>            -- D6
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("0111") =>            -- D6
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
              end if;
            when ("1000") =>            -- D7, set bits and store data
              if s_m0_shift_en = '1' then
                s_recv_sh(7) <= rxd_i;
		s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                s_recv_done <= '1';
                s_recv_buf(7) <= rxd_i;
		s_recv_buf(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "10";
              end if;
            when others =>            
                v_rxstep := "10";
            end case;

-------------------------------------------------------------------------------
-- MODE 1
-------------------------------------------------------------------------------
          when ("01") =>
            case s_recv_state is
            when ("0000") =>            -- synchronise reception
              if s_ren = '1' and s_detect = '1' then
                v_rxstep := "01";
                s_recv_sh <= conv_unsigned(0,8);
                s_recv_done <= '0';
              end if;
            when ("0001") =>            -- D0 = START BIT
              if s_detect = '0' then
                if s_rxd_val = '0' then
                  if s_m13_rxshift_en = '1' then
                    s_recv_sh(7) <= s_rxd_val;
		    s_recv_sh(6 downto 0) <= s_recv_sh(7 downto 1);
                v_rxstep := "01";
                  end if;
                else                    -- reject false start bits
                  if s_m13_rxshift_en = '1' then
                v_rxstep := "10";                    
                  end if;
                end if;                  
              end if;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色老汉av一区二区三区| 蜜臀va亚洲va欧美va天堂| 国产乱码字幕精品高清av| 精品国产一区二区三区久久久蜜月| 香蕉久久一区二区不卡无毒影院| 欧美美女视频在线观看| 视频一区二区欧美| 欧美一级理论性理论a| 久久97超碰国产精品超碰| 欧美成人精品1314www| 国产剧情一区在线| 国产精品久久久久久久久搜平片 | 精品国产精品一区二区夜夜嗨 | 久久 天天综合| 久久久亚洲午夜电影| 国产精品亚洲一区二区三区妖精 | 国产精品成人午夜| 欧美亚洲国产一区二区三区va| 午夜亚洲福利老司机| 精品蜜桃在线看| 岛国精品一区二区| 亚洲一级电影视频| 日韩视频一区二区三区在线播放| 国产精品1区二区.| 亚洲不卡av一区二区三区| 精品久久99ma| 91色婷婷久久久久合中文| 日韩二区在线观看| 国产精品拍天天在线| 欧美一区二区三区在线视频| 波多野结衣中文字幕一区二区三区| 亚洲免费在线电影| 337p日本欧洲亚洲大胆色噜噜| 91麻豆国产福利在线观看| 久久国产精品99久久人人澡| 亚洲男同1069视频| 精品国产制服丝袜高跟| 欧美主播一区二区三区美女| 国产精品18久久久久久久久久久久 | 欧美巨大另类极品videosbest| 国内精品伊人久久久久av一坑| 亚洲欧美欧美一区二区三区| 精品久久久影院| 欧美日韩免费在线视频| av色综合久久天堂av综合| 看电影不卡的网站| 午夜精品久久久久影视| 国产精品第一页第二页第三页| 精品国产一区二区精华 | 欧美精品一卡两卡| 99riav久久精品riav| 狠狠网亚洲精品| 日韩精品91亚洲二区在线观看| 亚洲女与黑人做爰| 日韩一区日韩二区| 国产日韩欧美一区二区三区综合| 91精品国产91综合久久蜜臀| 在线影院国内精品| 99久久精品免费看国产| 高清视频一区二区| 激情文学综合插| 免费三级欧美电影| 日韩国产精品大片| 亚洲高清免费视频| 亚洲福利视频一区二区| 亚洲综合视频网| 亚洲精品国产品国语在线app| 欧美国产在线观看| 久久久99精品免费观看不卡| 亚洲精品一区二区三区99| 欧美一二三区精品| 欧美成人vps| 精品国产不卡一区二区三区| 日韩欧美在线123| 日韩欧美在线一区二区三区| 欧美一区二区久久久| 欧美一区二区视频网站| 日韩欧美一级片| 精品国产乱码久久久久久久久 | 国产视频不卡一区| 久久久国产午夜精品| 国产欧美精品在线观看| 欧美国产日韩精品免费观看| 国产精品久久午夜| 亚洲裸体在线观看| 亚洲制服丝袜在线| 天天综合网 天天综合色| 丝袜诱惑制服诱惑色一区在线观看| 亚洲第一av色| 免费不卡在线观看| 国产精品一区在线观看你懂的| 国产成人在线网站| 99re热这里只有精品视频| 91啦中文在线观看| 欧美日韩黄色一区二区| 日韩免费一区二区| www久久精品| 国产精品无圣光一区二区| 日韩电影网1区2区| 韩国理伦片一区二区三区在线播放| 国产精品亚洲视频| 在线观看国产精品网站| 欧美精三区欧美精三区| 久久婷婷久久一区二区三区| 国产精品日韩精品欧美在线| 亚洲制服丝袜一区| 狠狠色丁香久久婷婷综| 91小视频在线免费看| 91精选在线观看| 国产精品久久久久影院老司| 亚洲成人免费在线观看| 国产精品538一区二区在线| 在线精品国精品国产尤物884a| 欧美精品99久久久**| 国产亚洲自拍一区| 亚洲一区二区三区四区五区中文| 日本亚洲三级在线| 91麻豆精东视频| 久久亚洲综合色一区二区三区| 亚洲视频一区二区免费在线观看| 午夜欧美大尺度福利影院在线看| 国产精品一区二区在线播放| 欧洲在线/亚洲| 久久九九99视频| 日韩国产一二三区| 成人动漫在线一区| 日韩免费视频线观看| 亚洲欧美电影院| 风流少妇一区二区| 日韩三级电影网址| 一区二区三区欧美久久| 国产激情一区二区三区四区| 欧美人xxxx| 中文字幕一区在线观看视频| 蜜臀av一区二区在线观看| 色狠狠一区二区| 亚洲国产精品传媒在线观看| 久久成人免费电影| 欧美精选一区二区| 亚洲线精品一区二区三区 | 色狠狠一区二区三区香蕉| 久久久精品影视| 久久精品国产澳门| 欧美日韩高清一区二区| 亚洲理论在线观看| 成人免费va视频| 国产亚洲欧美日韩在线一区| 日本欧美一区二区在线观看| 日本韩国欧美一区| 中文字幕一区二区三区不卡在线 | 亚洲天堂久久久久久久| 国内欧美视频一区二区| 欧美一级在线视频| 首页国产欧美久久| 欧美三级韩国三级日本一级| 一区二区三区四区在线播放| fc2成人免费人成在线观看播放| 久久精品视频免费观看| 国内精品在线播放| 久久久噜噜噜久久人人看| 久久 天天综合| 久久只精品国产| 国产九九视频一区二区三区| 2023国产精品视频| 国产一区二区三区香蕉| 欧美精品一区二区三区四区| 精品在线视频一区| 久久精品水蜜桃av综合天堂| 国产麻豆91精品| 欧美国产一区二区在线观看| 国产不卡视频一区| 国产精品嫩草影院com| 99视频在线观看一区三区| 亚洲人精品一区| 91视频国产资源| 午夜精品爽啪视频| 日韩欧美国产综合| 国产在线麻豆精品观看| 国产精品亲子伦对白| 91麻豆福利精品推荐| 午夜视频一区二区三区| 日韩免费一区二区| 国产宾馆实践打屁股91| 亚洲欧洲综合另类在线| 欧美性三三影院| 免费一级欧美片在线观看| 久久久久青草大香线综合精品| 欧美日本乱大交xxxxx| 日韩激情av在线| 精品国产青草久久久久福利| 国产精品一二一区| 一区二区三区在线免费观看| 欧美体内she精高潮| 久久精品国产在热久久| 中文字幕高清一区| 欧美三级电影网| 国产在线视视频有精品| 亚洲女子a中天字幕| 日韩女优毛片在线| fc2成人免费人成在线观看播放|