Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI am trying to contact Terasic, but without success so far.
The fix is simple. Edit the top module of the design (i.e.: DE2_70_NET.v). Find the following line:assign AUD_ADCLRCK = AUD_DACLRCK; Replace with a permanent tri-state assignment: assign AUD_ADCLRCK = 1'bz; This should be done on all the designs that use the audio codec in master mode. Seems all NIOS samples do, and seems all have the bug except the Control Panel. Note that in same cases there are two identical lines with the assignment causing the bug, one is commented and the other is not. This was possibly, the origin of the bug. Check the fitter report to verify the bug was fixed. The AUD_ADCLRCK pin should have a permanently disabled output enable.