摘要: 1.Count15 module top_module ( input clk, input reset, // Synchronous active-high reset output [3:0] q); always@(posedge clk) begin if(reset) q <= 4'b0 阅读全文
posted @ 2021-03-26 20:57 黑衣の甘铃儿 阅读(124) 评论(0) 推荐(0)