From 840364cf0ce1960672977b519f6d42b438484511 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 15 Oct 2020 16:57:53 +0800 Subject: [PATCH] RELEASE_NOTES: fix typo --- RELEASE_NOTES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a786b4ff4..62a87ef69 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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.