Skip to content

Commit

Permalink
Add resource utilization to SPI README
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Sep 10, 2023
1 parent ac2bf0c commit eaa00c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rtl/uncore/spi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ SPI IP with Wishbone B-4 Interface.
| [7:0] | RW | 0x1 | POCSLD | Post CS Low Delay

Delay values are in terms of number of SCK cycles. i.e. POCSLD == 2 means after CS has been deasserted, there will be a delay equal to 2 sck cycles before starting transaction.

## Logic Utilization
Yosys was used to analyze Logic utilization for Xilinx 7 series FPGAs

| **Design** | **LUTS** |
|---------------|----------|
| SPI_core | 322 |
| SPI_wb | 530 |

0 comments on commit eaa00c8

Please sign in to comment.