Skip to content

Commit

Permalink
Fix default generic values.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcabal committed Dec 25, 2016
1 parent 9c09e8b commit d40432d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Please read [LICENSE file](LICENSE).

Generic name | Type | Default value | Generic description
---|:---:|:---:|:---
CLK_FREQ | natural | 50 | System clock frequency in Hz.
SCLK_FREQ | natural | 5 | Set SPI clock frequency in Hz (condition: SCLK_FREQ <= CLK_FREQ/10).
CLK_FREQ | natural | 50e6 | System clock frequency in Hz.
SCLK_FREQ | natural | 5e6 | Set SPI clock frequency in Hz (condition: SCLK_FREQ <= CLK_FREQ/10).
SLAVE_COUNT | natural | 1 | Count of SPI slave controllers.

## Table of inputs and outputs ports:
Expand Down

0 comments on commit d40432d

Please sign in to comment.