热搜关键词: 机器人电路基础模拟电子技术matlablinux内核

doc

UART设计

  • 1星
  • 2013-09-29
  • 90.5KB
  • 需要2积分
  • 0次下载
标签: UART设计

UART设计

                        URAT_VHDL  8.8  URAT  VHDL程序与仿真。1.  顶层程序与仿真(1)顶层程序--文件名:top.vhd。--功能:顶层映射。--最后修改日期:2004.3.24。library  IEEE;use  IEEE.STD_LOGIC_1164.ALL;use  IEEE.STD_LOGIC_ARITH.ALL;use  IEEE.STD_LOGIC_UNSIGNED.ALL;entity  top  is          Port      (clk32mhz,reset,rxd,xmit_cmd_p_in:in        std_logic;            --总的输入输出信号的定义            rec_ready,txd_out,txd_done_out:out  std_logic;          txdbuf_in:in  std_logic_vector(7  downto  0);            --待发送数据输入                  rec_buf:out    std_logic_vector(7    downto    0));                  --接收数据缓冲end  top;architecture  Behavioral  of  top  iscomponent  reciever      Port  (bclkr,resetr,rxdr:in  std_logic;            r_ready:out  std_logic;            rbuf:out  std_logic_vector(7  downto  0));end  component;component  transfer      Port  (bclkt,resett,xmit_cmd_p:in  std_logic;            txdbuf:in  std_logic_v……                       

展开预览

评论

登录/注册

意见反馈

求资源

回顶部

推荐内容

热门活动

热门器件

随便看看

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
×