From 7bc14e4930048524e35056fc4db7a77db856891d Mon Sep 17 00:00:00 2001 From: faramire Date: Fri, 19 Apr 2024 00:27:07 +0200 Subject: [PATCH] cosmetics --- src/stopwatch_top.v | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/stopwatch_top.v b/src/stopwatch_top.v index 3cc2ed6..23104fd 100644 --- a/src/stopwatch_top.v +++ b/src/stopwatch_top.v @@ -99,7 +99,7 @@ module clockDivider ( always @(posedge clk_in) begin - if (!res) begin // reset + if (!res) begin // reset counter <= 14'b0; clk_out <= 1'b0; end else if (ena) begin @@ -221,13 +221,6 @@ module counter_chain ( wire max; // just something to connect the unused max pin of the last counter to something - /* reg res; - - always @(negedge res_in) begin - - end - */ - counter10 inst_ces_0X ( // counts first digit centiseconds .clk (clk), // clock in .ena (ena), // enable