From 66856f31ca0b760bb4fc19a4f8a65e6f6e8fac86 Mon Sep 17 00:00:00 2001 From: Harshini Srinath <93847878+harshinisrinath1001@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:16:37 -0700 Subject: [PATCH] Update or_rows.sv Program clean up --- src/generic/or_rows.sv | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/generic/or_rows.sv b/src/generic/or_rows.sv index 160bc7447..a98c79a3d 100644 --- a/src/generic/or_rows.sv +++ b/src/generic/or_rows.sv @@ -48,5 +48,3 @@ module or_rows #(parameter ROWS = 8, COLS=2) ( /* verilator lint_on UNOPTFLAT */ end endmodule - -