收藏 分享(赏)

三太门与双向总线缓冲器.doc

上传人:scg750829 文档编号:12282090 上传时间:2021-12-09 格式:DOC 页数:2 大小:22.50KB
下载 相关 举报
三太门与双向总线缓冲器.doc_第1页
第1页 / 共2页
三太门与双向总线缓冲器.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、library ieee;use ieee.std_logic_1164.all;entity tri_gate isport(din,en:in std_logic;dout:out std_logic);end;architecture one of tri_gate isbeginprocess(din,en)beginif en1 then dout=din;else dout=z;end if;end process;end;双向总线缓冲器library ieee;use ieee.std_logic_1164.all;entity tri_bibuffer isport(a,b:i

2、nout std_logic_vector(7 downto 0);en,dr:in std_logic);end;architecture one of tri_bibuffer issignal a_out,b_out:std_logic_vector(7 downto 0);beginprocess(a,b_out,en,dr)beginif en='1'and dr='1' then b_out=a;else b_out=“ZZZZZZZZ“;end if;b=b_out;end process;process(a_out,b,en,dr)beginif en='1'and dr='0' then a_out=b;else a_out=“ZZZZZZZZ“;end if;a=a_out;end process;end;

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报