Skip to content

Commit d40432d

Browse files
committed
Fix default generic values.
1 parent 9c09e8b commit d40432d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Please read [LICENSE file](LICENSE).
2727

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

3434
## Table of inputs and outputs ports:

0 commit comments

Comments
 (0)