bitvis_uart
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
----------------------------------------------------------- -- Description ----------------------------------------------------------- This is NOT an example of how to implement a UART. This is just a simple test vehicle that can be used to demonstrate the functionality of the UVVM VVC Framework. Modelsim compile scripts are part of this release, see the script folder. For other simulators, the compile order is provided in scripts/compile_order.txt. See also the following shell scripts: compile_all_and_simulate.sh ghdl_compile_all_and_simulate.sh ----------------------------------------------------------- -- Directory structure -- ----------------------------------------------------------- - bitvis_uart : An example Design Under Test (DUT) delivered with UVVM in order to illustrate usage and debugging support provided by the library. - doc : Documentation - script : UART compile scripts - src : UART source code - tb : UART Test bench