数字逻辑基础与Verilog HDL:VerilogHDL设计基础PPT教学课件.pptx

数字逻辑基础与Verilog HDL:VerilogHDL设计基础PPT教学课件.pptx

第5章VerilogHDL设计基础

CONTENTS目录初识verilogHDL程序01框图与程序02位矢量和位03逻辑与按位与缩减运算0405并置运算06总结

moduleAOI(A,B,C,D,F);inputA,B,C,D;outputF;assignF=~((AB)|(CD));endmodulemodulesel2_1(din_a,din_b,sel,dout);inputdin_a,din_b,sel;

文档评论(0)

1亿VIP精品文档

相关文档