文件名称:Verilog-Accumulator
介绍说明--下载内容均来自于网络,请自行研究使用
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
the second file is a test bench for the first file to test its operation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Verilog Accumulator\Accum.v
...................\Accum_tb.v
Verilog Accumulator