UART参考设计 Xilinx提供VHDL代码

时间:2013-02-03 02:23:01
【文件属性】:

文件名称:UART参考设计 Xilinx提供VHDL代码

文件大小:11KB

文件格式:ZIP

更新时间:2013-02-03 02:23:01

VHDL UART xilinx

This zip file contains the following folders: \vhdl_source -- Source VHDL files: uart.vhd - top level file txmit.vhd - transmit portion of uart rcvr.vhd - - receive portion of uart \vhdl_testfixture -- VHDL Testbench files. This files only include the testbench behavior, they do not instantiate the DUT. This can easily be done in a top-level VHDL file or a schematic. This folder contains the following files: txmit_tb.vhd -- Test bench for txmit.vhd. rcvr_tf.vhd -- Test bench for rcvr.vhd.


【文件预览】:
rcvr_tb.vhd
txmit.vhd
txmit_tb.vhd
readme.doc
readme.txt
rcvr.vhd
uart.vhd

网友评论

  • 不是很好用,参考价值一般
  • 很简练,但是读不太懂,可以尝试用一用
  • 程序很好 加上buffer之后效果不错 虽然没有连到板子上试。。。
  • 虽然不是我想找的,但还是感谢分享。这个是纯粹的UART的VHDL的设计,对应的是Xilinx的xapp341(UARTS_in_Xilinx_CPLDs)。
  • 很简练,但是读不太懂,可以尝试用一用
  • 程序精简,但缺少注释,读起来费力。。
  • 程序简短精辟,初步看了一下感觉还不错,不过缺少注释,还没完全用起来