第12章 通用异步接收发送器的设计与实现.ppt

第12章 通用异步接收发送器的设计与实现.ppt

第12章 通用异步接收发送器的设计与实现

------------------------------------------------------------------------- --Title: Receiving shift register ------------------------------------------------------------------------- process (CLK, rShift) begin if CLK = 1 and CLKEvent then if rShift = 1 then rdSReg = (RXD rdSReg(9 downto 1)); end if; end if; end process; ------------------------------------------------------------------------- 第十二章 UART的设计和实现 ● UART的VHDL设计代码 ------------------------------------------------------------------------- --Title: Incoming Data counter ------------------------------------------

文档评论(0)

1亿VIP精品文档

相关文档