From 4c3bdca559387643d5bc99feceea9d52c9459304 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 2 Dec 2014 17:46:18 +0100 Subject: [PATCH] add info for WishBone components & unit test --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a772f60..b555e91 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ 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. +##### WishBoneMasterE +Simple WishBone bus master with support of classic single write & read + +##### WishBoneSlaveE +Simple WishBone bus slave with support of classic single write & read and register backend ##test @@ -53,7 +58,10 @@ Unit tests for components of QueueP package Unit tests for components of SimP package ##### SpiT -Unit tests for SpiSlave component +Unit tests for SpiMasterE and SpiSlaveE components + +##### WishBoneT +Unit tests for WishBoneMasterE and WishBoneSlaveE components ## Dependencies