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

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

?? mc8051_siu_rtl.vhd

?? 單片機8051 IP內核的VHDL源碼
?? VHD
?? 第 1 頁 / 共 4 頁
字號:
                  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_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 ("0011") =>  	-- D3                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 ("0100") =>  	-- D4                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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
爽好久久久欧美精品| 色综合天天综合| 欧美亚洲国产一区在线观看网站| 日韩一卡二卡三卡四卡| 亚洲免费在线视频| 国产在线精品一区二区夜色| 91成人免费在线视频| 中文字幕欧美激情| 美女www一区二区| 欧美三级在线看| 亚洲激情图片qvod| 成人免费高清在线| 久久色在线视频| 麻豆国产欧美一区二区三区| 欧美三级在线看| 亚洲综合一区二区| 97精品久久久午夜一区二区三区| 2020国产精品| 国产在线一区二区| 精品国产一区二区国模嫣然| 丝袜诱惑亚洲看片| 欧美日产在线观看| 亚洲大片精品永久免费| 91久久一区二区| 亚洲男人天堂一区| jizzjizzjizz欧美| 国产精品第一页第二页第三页| 国产资源精品在线观看| 久久美女高清视频| 国产一区二区三区免费在线观看| 日韩一区二区三区四区| 日本伊人午夜精品| 欧美一区二区三区视频在线 | 色视频成人在线观看免| 亚洲视频在线观看三级| 成人av在线网| 亚洲精品日日夜夜| 欧美在线观看一区| 婷婷综合在线观看| 日韩三级免费观看| 国产一二三精品| 国产精品欧美经典| 色婷婷av一区二区三区之一色屋| 一区二区三区欧美| 在线播放欧美女士性生活| 看电视剧不卡顿的网站| 久久久精品国产免大香伊| 成人av资源站| 亚洲国产欧美日韩另类综合| 欧美日本一区二区三区| 免费视频最近日韩| 久久精品视频在线看| 成人国产一区二区三区精品| 伊人色综合久久天天人手人婷| 欧美日韩在线播| 久久成人久久爱| 国产精品国产自产拍高清av王其| 欧美性大战久久久久久久蜜臀 | 成人av电影在线观看| 亚洲欧洲日韩一区二区三区| 欧美四级电影网| 国产一区在线观看麻豆| 亚洲欧美激情视频在线观看一区二区三区 | 日韩一级二级三级精品视频| 激情av综合网| 18欧美亚洲精品| 欧美日韩精品一区二区三区蜜桃| 免费视频一区二区| 1区2区3区精品视频| 欧美一级二级三级蜜桃| 国产99久久精品| 午夜欧美2019年伦理| 国产女人aaa级久久久级| 欧美亚洲日本国产| 国产成人免费在线| 视频一区中文字幕| 中文字幕一区在线观看| 日韩三级电影网址| 欧美丝袜第三区| 风间由美一区二区av101| 首页亚洲欧美制服丝腿| 国模无码大尺度一区二区三区| 一区二区三区加勒比av| 日韩一级在线观看| 日本韩国精品一区二区在线观看| 欧美aaa在线| 洋洋成人永久网站入口| 国产欧美精品一区二区色综合朱莉| 国内欧美视频一区二区| 亚洲成人自拍偷拍| 亚洲色大成网站www久久九九| 欧美精品丝袜久久久中文字幕| 成人福利视频网站| 久久草av在线| 五月激情综合网| 亚洲最大成人综合| 亚洲欧洲一区二区在线播放| 欧美激情中文不卡| 久久久噜噜噜久噜久久综合| 日韩精品一区二区三区中文不卡 | 一区二区三区自拍| 日本三级亚洲精品| 夜夜精品浪潮av一区二区三区| 日韩你懂的电影在线观看| 91黄色免费观看| 99精品视频免费在线观看| 国产不卡视频在线播放| 韩国欧美一区二区| 激情图片小说一区| 久久精品久久精品| 麻豆久久久久久久| 日本强好片久久久久久aaa| 五月天久久比比资源色| 日韩激情视频在线观看| 日韩一区精品字幕| 日韩主播视频在线| 日本成人中文字幕| 久久国产精品区| 国产一区二区三区在线观看精品| 久久99这里只有精品| 黑人巨大精品欧美一区| 国产精品99久久久久久久女警| 国产一区二区三区黄视频 | 成人av综合在线| 丁香网亚洲国际| 国产成人自拍高清视频在线免费播放| 看电视剧不卡顿的网站| 国产一区二区三区香蕉| 成人免费毛片嘿嘿连载视频| 99久久国产免费看| 欧美亚洲国产一区在线观看网站| 色综合久久99| 欧美精品视频www在线观看| 精品国产亚洲一区二区三区在线观看| www日韩大片| 一区视频在线播放| 五月婷婷欧美视频| 精品无人码麻豆乱码1区2区| 成人免费视频一区| 91蜜桃视频在线| 天堂一区二区在线免费观看| 婷婷一区二区三区| 激情文学综合插| 91丨porny丨首页| 8x8x8国产精品| 久久亚洲一级片| 国产精品大尺度| 青青草原综合久久大伊人精品优势| 国产毛片精品视频| 色噜噜狠狠一区二区三区果冻| 7777精品伊人久久久大香线蕉完整版 | 成人v精品蜜桃久久一区| 日本道免费精品一区二区三区| 日韩一区二区在线免费观看| 欧美亚日韩国产aⅴ精品中极品| 欧美精品一区二区精品网| 26uuu欧美| 一区二区三区日韩| 激情综合网天天干| 欧美揉bbbbb揉bbbbb| 日本一区二区三区国色天香| 五月激情丁香一区二区三区| 国产酒店精品激情| 欧美色图片你懂的| 国产三级精品在线| 免费成人在线播放| 欧美三级在线播放| 亚洲视频免费在线观看| 久久er99热精品一区二区| 欧美唯美清纯偷拍| 国产精品欧美综合在线| 久久99精品久久久久婷婷| 欧美亚洲国产bt| 中文字幕一区二区三区av| 韩国欧美国产1区| 日韩一区和二区| 香蕉影视欧美成人| 一本久久a久久精品亚洲| 久久嫩草精品久久久精品| 五月天网站亚洲| 欧美性受xxxx黑人xyx性爽| 一区在线观看免费| aaa亚洲精品一二三区| 久久精品视频免费| 国产裸体歌舞团一区二区| 日韩一区二区三区免费观看| 亚洲aⅴ怡春院| 在线视频观看一区| 亚洲美女在线国产| 91免费精品国自产拍在线不卡 | 国产一区二区在线电影| 7777精品伊人久久久大香线蕉最新版 | 欧美美女bb生活片| 亚洲午夜久久久久久久久电影院| 99精品热视频| 亚洲卡通欧美制服中文| 在线亚洲高清视频| 亚洲五月六月丁香激情| 欧美日韩日日夜夜| 日本最新不卡在线|