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 250ea7668e
commit 66856f31ca

View File

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