Update or_rows.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-11 19:16:37 -07:00 committed by GitHub
parent aec1330986
commit 8951f965fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,3 @@ module or_rows #(parameter ROWS = 8, COLS=2) (
/* verilator lint_on UNOPTFLAT */
end
endmodule