From cd0421f0c30fcbe557c89f0fe7cd1b1e5ea42f9c Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 8 Sep 2020 17:46:12 +0200 Subject: remove trailing whitespace --- design/div.v | 2 +- design/vga.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'design') diff --git a/design/div.v b/design/div.v index 10db627..42c7a1e 100644 --- a/design/div.v +++ b/design/div.v @@ -25,7 +25,7 @@ module div wire work_remainder_sign; assign work_remainder = work_reg[2*WIDTH : WIDTH-1]; assign work_remainder_sign = work_remainder[WIDTH + 1]; - + /* * The following variable represents quotient using digits 1 and -1, * where -1 is internally represented as 0 diff --git a/design/vga.v b/design/vga.v index b46dcbd..05a5c60 100644 --- a/design/vga.v +++ b/design/vga.v @@ -141,7 +141,7 @@ v_counter <= 0; end else begin // if ((v_stage == V_STAGE_BB_OR_FP &&... v_counter <= v_counter + 1; - end + end end // if (end_of_line) end else begin // if (powered_on_latched) v_stage <= V_STAGE_BB_OR_FP; -- cgit v1.2.3