Commit aa8483fb authored by Tristan Gingold's avatar Tristan Gingold

gateware/index.rst: refix ref code

parent 18fdf246
...@@ -355,6 +355,7 @@ This block is clocked by the system clock (125 MHz). Therefore for a ...@@ -355,6 +355,7 @@ This block is clocked by the system clock (125 MHz). Therefore for a
SCLK of ~620 kHz, the divider configuration is ``DIVIDER=100``. SCLK of ~620 kHz, the divider configuration is ``DIVIDER=100``.
:: ::
f_sclk = f_sys / ((DIVIDER+1) * 2) f_sclk = f_sys / ((DIVIDER+1) * 2)
Mezzanine 1-wire Master Mezzanine 1-wire Master
...@@ -380,6 +381,7 @@ This block is clocked by the system clock (125 MHz). Therefore for a SCL ...@@ -380,6 +381,7 @@ This block is clocked by the system clock (125 MHz). Therefore for a SCL
clock of 100 kHz, the prescaler configuration is ``PRESCALER=249``. clock of 100 kHz, the prescaler configuration is ``PRESCALER=249``.
:: ::
PRESCALER = f_sys / (5 * f_scl) - 1 PRESCALER = f_sys / (5 * f_scl) - 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment