Implement the following filter equation in verilog

M

Marvin L

Guest
Dear all verilog seniors.

I have the following filter equation


h[j] = A*h[i-1][j-1] + B*h[j-1] + C*h[i+1][j-1] + D*h[i-1][j] + E*h[j] + F*h[i+1][j] + G*h[i-1][j+1] + H*h[j+1] + I*h[i+1][j+1]


However, I have no prior knowledge in RTL/verilog.


How should I proceed ?
 

Welcome to EDABoard.com

Sponsor

Back
Top