Browse Source

Add Uart units to README

master
T. Meissner 4 years ago
parent
commit
46f41a4ece
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      README.md

+ 9
- 0
README.md View File

@ -52,6 +52,12 @@ Configurable SPI master with support modes 0-3 and simple VAI local backend.
##### SpiSlaveE ##### SpiSlaveE
Configurable SPI slave with support modes 0-3 and simple VAI local backend. Configurable SPI slave with support modes 0-3 and simple VAI local backend.
##### UartTx
Configurable UART transmitter
##### UartRx
Configurable UART receiver
##### WishBoneMasterE ##### WishBoneMasterE
Simple WishBone bus master with support of classic single write & read Simple WishBone bus master with support of classic single write & read
@ -71,6 +77,9 @@ Unit tests for components of SimP package
##### SpiT ##### SpiT
Unit tests for SpiMasterE and SpiSlaveE components Unit tests for SpiMasterE and SpiSlaveE components
##### UartT
Unit test for UartTx and UartRx components
##### WishBoneT ##### WishBoneT
Unit tests for WishBoneMasterE and WishBoneSlaveE components Unit tests for WishBoneMasterE and WishBoneSlaveE components


Loading…
Cancel
Save