SIMD PROCESSOR IS A VECTOR PROCESSOR This is a verilog code . Here I am implementing DAXPY LOOP which is Z = Y + a X ; where X AND Y are vectors and a is a scalar quantity.
To run this iveriog Final_CPU.v Final_TB.v vvp a.out Then open .vcd file through gtkwave .