forked from M-Labs/artiq
manual: fix text role
This commit is contained in:
parent
06f24c6aa2
commit
1b91339865
|
@ -187,7 +187,7 @@ To flash the idle kernel:
|
|||
|
||||
The startup kernel is executed once when the core device powers up. It should initialize DDSes, set up TTL directions, etc. Proceed as with the idle kernel, but using the ``startup_kernel`` key in ``artiq_coreconfig``.
|
||||
|
||||
For DRTIO systems, the startup kernel should wait until the desired links are up, using :method:`artiq.coredevice.Core.get_drtio_link_status`.
|
||||
For DRTIO systems, the startup kernel should wait until the desired links are up, using :meth:`artiq.coredevice.Core.get_drtio_link_status`.
|
||||
|
||||
* (optional) Select the startup clock
|
||||
|
||||
|
|
Loading…
Reference in New Issue