From 46f41a4ecefa90cf69abeb709a861e9bf36991ba Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 4 Aug 2020 14:36:02 +0200 Subject: [PATCH] Add Uart units to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fc1d563..af3179f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ Configurable SPI master with support modes 0-3 and simple VAI local backend. ##### SpiSlaveE Configurable SPI slave with support modes 0-3 and simple VAI local backend. +##### UartTx +Configurable UART transmitter + +##### UartRx +Configurable UART receiver + ##### WishBoneMasterE Simple WishBone bus master with support of classic single write & read @@ -71,6 +77,9 @@ Unit tests for components of SimP package ##### SpiT Unit tests for SpiMasterE and SpiSlaveE components +##### UartT +Unit test for UartTx and UartRx components + ##### WishBoneT Unit tests for WishBoneMasterE and WishBoneSlaveE components