Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalan authored May 1, 2024
1 parent ea3a8ef commit 1d5572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1d5572b

Please sign in to comment.