From 3e7f2292461c502ab2881899de9f2b1ef879867d Mon Sep 17 00:00:00 2001 From: hansemandse Date: Sun, 3 Jan 2021 13:12:59 +0100 Subject: [PATCH] update readme --- axi4/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/axi4/README.md b/axi4/README.md index e74db7e..cbe6106 100644 --- a/axi4/README.md +++ b/axi4/README.md @@ -2,8 +2,6 @@ This project focuses on implementation of AXI4 master interface definitions and a small framework providing support for all of the defined transactions from the AXI master's point of view in the protocol. ## TODO -- Change bundles to simple signals instead of I/O -- AXI Lite interface - AXI Stream interface (see [here](https://developer.arm.com/documentation/ihi0051/latest/)) ## Documentation