Skip to content

Files

bitvis_uart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 8, 2024
Mar 25, 2025
Jul 3, 2024
Jul 3, 2024
Sep 30, 2020
Mar 25, 2025
Mar 2, 2020
Mar 20, 2023
Mar 25, 2025
-----------------------------------------------------------
-- 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