基於FPGA的LED流水燈設計

1.首先分別建立建立兩個模塊div_clk和led_control。 div_clk模塊: module div_clk(clk,rst_n,clk_out); input clk,rst_n; output reg clk_out; parameter DELAY =24'd999_999; reg [23:0] cnt; always @(posedge clk or negedge rst_
相關文章
相關標籤/搜索