摘要: led_run module led_run(clk,rst_n,led); input clk,rst_n; output reg[3:0] led; reg [1:0] state; reg [25:0] cnt; parameter T=5000_0000;//常量 always @ (pos 阅读全文
posted @ 2025-07-06 10:41 快乐星猫i 阅读(8) 评论(0) 推荐(0)