Altera_Forum
Honored Contributor
18 years agoDangerous bug in DE2-70 demonstrations
If I'm not mistaken, there is a very serious bug on several of the DE2-70 demonstrations that could create bus contention in one signal. It seems to affect all NIOS based designs except the Control Panel.
The signal is AUD_ADCLRCK, which has a permanently enabled output enable. It should have instead, a permanently disabled output enable. This is a bidir pin connected to the audio codec. The audio codec uses this signal as output or input depending on the configuration mode, master or slave. The audio code is configured as master mode, it will actively drive the signal. There are also additional minor issues on the i2c controller. The i2c signals should be open drain, they are not. Also the frequency is slightly higher than the maximum allowed by the specs.