Forum Discussion
Altera_Forum
Honored Contributor
9 years agomoving average filter - unkown signal issue
The moving average filter consists of 3 components: Counter - to increment the ram address Ram - to store 4 data samples average logic - computes the average and the result is latched Th...
Altera_Forum
Honored Contributor
9 years agoas I suspected, i_din is 'U'. This is the output of the ram. You need to ensure the ram contains values before reading them.