Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi KenLand,
It's additional info. It seems that fifo_depth numbers will be replaced to power of 2. We can see following code in em_dma.pm. if (not is_power_of_two($Options->{fifo_depth})) { $Options->{fifo_depth} = next_higher_power_of_two($Options->{fifo_depth}); }