We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c09e8b commit d40432dCopy full SHA for d40432d
README.md
@@ -27,8 +27,8 @@ Please read [LICENSE file](LICENSE).
27
28
Generic name | Type | Default value | Generic description
29
---|:---:|:---:|:---
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).
+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).
32
SLAVE_COUNT | natural | 1 | Count of SPI slave controllers.
33
34
## Table of inputs and outputs ports:
0 commit comments