- 26
- 0
- 约8.23千字
- 约 11页
- 2018-01-01 发布于河南
- 举报
16阶FIR滤波器verilogHDL代码
16阶FIR滤波器verilogHDL代码
//-----------------------
// module description
//-----------------------
module fir(
//input
din,
clock,
reset,
//
dout
);
//-----------------------
// port declaration
//-----------------------
input [7:0] din;
input clock;
input reset;
output [16:0] dout;
//-----------------------------------------------------
// signal declaration
//-----------------------------------------------------
reg [7:0] din_reg_00_8b; //移位寄存器
reg [
您可能关注的文档
最近下载
- 理想 MV7790 MV9790 7790 9790 速印机中文维修手册.pdf VIP
- 医用高压灭菌锅安全培训课件.pptx VIP
- 文件不能复制的解决办法.doc VIP
- 无土栽培技术课件(共26张PPT)《蔬菜生产技术》同步教学(湖南科技出版社).pptx VIP
- Q-CR 9219-2015铁路隧道施工抢险救援指南_(高清-无水印).pdf VIP
- 2026广东梅州市高校毕业生基层公共就业创业服务岗位招募63人考试模拟考试及答案解析.docx VIP
- stm模块培训bt-s100印章机课件.pptx VIP
- 新北师大版8年级上册物理全册课件(2024年秋新版教材).pptx
- 【司法考试】【司法考试】三国法(共38页).pdf VIP
- 九年级化学教学总结范文汇总(30篇).docx VIP
原创力文档

文档评论(0)