mirror of https://github.com/m-labs/artiq.git
phaser: add note about DDS defines (#650)
This commit is contained in:
parent
eef3f50016
commit
417708af90
|
@ -224,6 +224,8 @@ class Phaser(MiniSoC, AMPSoC):
|
||||||
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)
|
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)
|
||||||
rtio_channels.append(rtio.LogChannel())
|
rtio_channels.append(rtio.LogChannel())
|
||||||
|
|
||||||
|
# TODO: get rid of those bogus DDS defines
|
||||||
|
# currently moninj in the runtime requires them
|
||||||
self.config["RTIO_FIRST_DDS_CHANNEL"] = len(rtio_channels)
|
self.config["RTIO_FIRST_DDS_CHANNEL"] = len(rtio_channels)
|
||||||
self.config["RTIO_DDS_COUNT"] = 1
|
self.config["RTIO_DDS_COUNT"] = 1
|
||||||
self.config["DDS_CHANNELS_PER_BUS"] = 1
|
self.config["DDS_CHANNELS_PER_BUS"] = 1
|
||||||
|
|
Loading…
Reference in New Issue