RELEASE_NOTES: fix typo

pull/1537/head
Sebastien Bourdeauducq 2020-10-15 16:57:53 +08:00
parent 24259523bb
commit 840364cf0c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Highlights:
- Synchronization calibration data can be read from EEPROM.
* A gateware-level input edge counter has been added, which offers higher
throughput and increased flexibility over the usual TTL input PHYs where
edge timestamps are not required. See ``martiq.coredevice.edge_counter`` for
edge timestamps are not required. See ``artiq.coredevice.edge_counter`` for
the core device driver and ``artiq.gateware.rtio.phy.edge_counter``/
``artiq.gateware.eem.DIO.add_std`` for the gateware components.
* With DRTIO, Siphaser uses a better calibration mechanism.