phaser: add note about DDS defines (#650)

This commit is contained in:
Sebastien Bourdeauducq 2017-01-02 22:15:21 +01:00
parent eef3f50016
commit 417708af90
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ class Phaser(MiniSoC, AMPSoC):
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)
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_DDS_COUNT"] = 1
self.config["DDS_CHANNELS_PER_BUS"] = 1