RELEASE_NOTES: fix typo

pull/1538/head
Sebastien Bourdeauducq 2020-10-15 16:57:53 +08:00
parent 27a7480175
commit e8ef0ce470
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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.