找考题网-背景图
单项选择题

module cnt32(input clk,output reg[31:0]q );always @(posedge clk)q =q +1’b1;endmodule上述HDL程序是用什么语言写的?()

A.C++
B.Java
C.Verilog
D.VHDL

热门试题