240 私信
这个人很懒,暂无签名信息
0

EDA的Verilog语言编写16进制计数器

这个可以有,另外送一个同步低电平复位端 module counter( input rst_n, input clk, output reg [3:0] dout ); always @ (posedge clk) begin if(!rst_n) dout

个人介绍
暂无介绍