Introduction - If you have any usage issues, please Google them yourself
the folder contains two files written by Verilog HDL. the first one is an implementation of an accumulator that takes serial data as an input, and its output will be an accumulated sum of each consecutive four input samples.
the second file is a test bench for the first file to test its operation