Fix missing newline at end of file
authorClifford Wolf <clifford@clifford.at>
Thu, 22 Aug 2019 16:09:37 +0000 (18:09 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 22 Aug 2019 16:09:37 +0000 (18:09 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
techlibs/anlogic/arith_map.v

index d783b0212b19d166985eebff97e84760d7022353..1186543daed0d37972184933eccda919b2f795d6 100644 (file)
@@ -81,4 +81,4 @@ module _80_anlogic_alu (A, B, CI, BI, X, Y, CO);
 
    /* End implementation */
    assign X = AA ^ BB;
-endmodule
\ No newline at end of file
+endmodule