1
0
forked from M-Labs/artiq
artiq/artiq
Robert Jördens 9822b88d9b
ad9910: fix asf range (#1450)
* ad9910: fix asf range

The ASF is a 14-bit word. The highest possible value is 0x3fff, not
0x3ffe. `int(round(1.0 * 0x3fff)) == 0x3fff`.

I don't remember and understand why this was 0x3ffe since the beginning.
0x3fff was already used as a default in `set_mu()`

Signed-off-by: Robert Jördens <rj@quartiq.de>

* RELEASE_NOTES: ad9910 asf scale change

Co-authored-by: David Nadlinger <code@klickverbot.at>
2020-05-29 11:13:26 +02:00
..
applets use sipyco (#585) 2019-11-10 15:55:17 +08:00
browser use sipyco (#585) 2019-11-10 15:55:17 +08:00
compiler compiler: use more LLVM tools on ARM (#733) 2020-04-28 16:21:50 +08:00
coredevice ad9910: fix asf range (#1450) 2020-05-29 11:13:26 +02:00
dashboard Use logger formatting 2020-05-26 17:59:55 +08:00
examples examples/sines_urukul_sayma: adapt for sayma v2, use 1 DAC only 2020-04-05 16:51:40 +08:00
firmware runtime: remove stack alignment requirement 2020-05-29 15:37:23 +08:00
frontend artiq_flash: cleanup Sayma RTM management, support flashing AMC with RTM disconnected 2020-04-14 18:22:06 +08:00
gateware metlino: fix CSR collisions 2020-05-29 15:59:44 +08:00
gui update GUI background 2019-11-15 13:49:09 +08:00
language language/environment: BooleanValue: fix type detection 2020-04-04 15:37:04 +08:00
master fix device_db alias corner case bugs. Closes #1140 2019-11-14 16:22:45 +08:00
sim ttl: Add target RTIO time argument to timestamp/count functions 2018-11-03 20:33:19 +08:00
test language/environment: cast argument processor default values early 2020-04-04 15:37:04 +08:00
wavesynth wavesynth: silence is a channel property (closes #348) 2016-04-07 21:51:29 +08:00
__init__.py update versioneer 2017-06-05 13:27:26 +08:00
_version.py support overriding versioneer 2019-02-17 14:49:52 +08:00
appdirs.py add appdirs 2016-07-18 16:40:18 +02:00
build_soc.py soc: optimize programmable identifier 2020-03-12 23:09:13 +08:00
experiment.py artiq.experiment: merge language and coredevice namespaces 2016-01-25 17:24:00 -07:00
remoting.py artiq_flash: added option of specifying another username when connecting through SSH. (#1429) 2020-02-19 19:44:11 +08:00
tools.py split out artiq-comtools 2019-11-14 15:21:51 +08:00