In radiant 3.0 signal cannot drive DCC's CLKI and CE at the same time, even if these are 2 different instances of this primitive.
This was solved by moving ctrl signals to r[21:24].
Get_source was broken when DCS where used. DCS calls get_source twice using up 2 extra clock signals.
This introduced undefined r[21] and r[22] signals, which were conneced by default to GND_net.
In radiant 3.0 signal cannot drive DCC's CLKI and CE at the same time, even if these are 2 different instances of this primitive. This was solved by moving ctrl signals to r[21:24]. Get_source was broken when DCS where used. DCS calls get_source twice using up 2 extra clock signals. This introduced undefined r[21] and r[22] signals, which were conneced by default to GND_net.
Signed-off-by: Maciej Dudek mdudek@antmicro.com