Skip to content

Commit

Permalink
removed refresh from controller module
Browse files Browse the repository at this point in the history
  • Loading branch information
faramire committed Sep 4, 2024
1 parent b8ae0f7 commit ef8d28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller.v
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ module controller (
// LED
always @(posedge clk) begin
if (!res_n) begin //reset
refresh <= 0;
led_mask_i <= 12'b0000_0000_0001;
led_binary <= 4'b0;
inverted <= 0;
Expand Down

0 comments on commit ef8d28c

Please sign in to comment.