From 1d5572b408c12a9561ea789fdd9a938641067c95 Mon Sep 17 00:00:00 2001 From: Mohamed Shalan Date: Wed, 1 May 2024 12:45:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4433ef9..92e43a1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ EF_SPI_APB INST ( .sclk(sclk) ); ``` -> **_NOTE:_** `TB_APB_SLAVE_CONN is a convenient macro provided by [BusWrap repo](https://github.com/efabless/BusWrap/blob/main/includes/rtl/apb_wrapper.vh). The same repo contains similar macros for AHB lite and WB buses. +> **_NOTE:_** `TB_APB_SLAVE_CONN is a convenient macro provided by [BusWrap](https://github.com/efabless/BusWrap/blob/main/includes/rtl/apb_wrapper.vh) repo. The same repo contains similar macros for AHB lite and WB buses. ## Implementation example The following table is the result for implementing the EF_SPI IP with different wrappers using Sky130 PDK and [OpenLane2](https://github.com/efabless/openlane2) flow.