Fix missing newline at end of file

Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
Clifford Wolf
2019-08-22 18:09:37 +02:00
parent 2c8c8b3c74
commit 151db528e4
+1 -1
View File
@@ -81,4 +81,4 @@ module _80_anlogic_alu (A, B, CI, BI, X, Y, CO);
/* End implementation */
assign X = AA ^ BB;
endmodule
endmodule