forked from sinara-hw/assembly
urukul: clearly state clock division table columns as dividers
This commit is contained in:
@@ -63,12 +63,12 @@ OUT(((" ")))
|
||||
PLL_EN -->|sysclk| OUT
|
||||
```
|
||||
|
||||
| `clk_div` \ divider | Urukul 4410 | Urukul 4412 |
|
||||
|:-------------------:|:-----------:|:-----------:|
|
||||
| 0 | 4 | 1 |
|
||||
| 1 | 1 | 1 |
|
||||
| 2 | 2 | 2 |
|
||||
| 3 | 4 | 4 |
|
||||
| `clk_div` | Urukul 4410 divider | Urukul 4412 divider |
|
||||
|:---------:|:-------------------:|:-------------------:|
|
||||
| 0 | 4 | 1 |
|
||||
| 1 | 1 | 1 |
|
||||
| 2 | 2 | 2 |
|
||||
| 3 | 4 | 4 |
|
||||
|
||||
Some important common configuration rules:
|
||||
- `sysclk` is the DDS sampling clock. The typical targeted `sysclk` frequency is 1 GHz.
|
||||
|
||||
Reference in New Issue
Block a user