收藏 分享(赏)

顶层综合电路图.doc

上传人:scg750829 文档编号:6201047 上传时间:2019-04-02 格式:DOC 页数:5 大小:97.50KB
下载 相关 举报
顶层综合电路图.doc_第1页
第1页 / 共5页
顶层综合电路图.doc_第2页
第2页 / 共5页
顶层综合电路图.doc_第3页
第3页 / 共5页
顶层综合电路图.doc_第4页
第4页 / 共5页
顶层综合电路图.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、library IEEE;use IEEE.STD_LOGIC_1164.ALL;use IEEE.STD_LOGIC_ARITH.ALL;use IEEE.STD_LOGIC_UNSIGNED.ALL;- Uncomment the following library declaration if instantiating- any Xilinx primitives in this code.-library UNISIM;-use UNISIM.VComponents.all;entity bobo isport(clk : in std_logic;en : in std_logic

2、 ;clr : in std_logic ;q: out std_logic_vector(3 downto 0);cout : out std_logic);end bobo;architecture Behavioral of bobo issignal cqi: std_logic_vector(3 downto 0);beginprocess(clk,en,clr)beginif clr=1then cqi0);elsif clk event and clk=1thenif en=1then cqi=cqi+1;end if;end if;if cqi=“1111“ then cout=1;else cout=0;end if;end process;q=cqi;end Behavioral;顶层综合电路图底层

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

当前位置:首页 > 通信信息 > 电子设计

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


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

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

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