Skip to content

Commit

Permalink
Fix missing newline at end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Clifford Wolf <[email protected]>
  • Loading branch information
cliffordwolf committed Aug 22, 2019
1 parent 2c8c8b3 commit 151db52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/anlogic/arith_map.v
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ module _80_anlogic_alu (A, B, CI, BI, X, Y, CO);

/* End implementation */
assign X = AA ^ BB;
endmodule
endmodule

0 comments on commit 151db52

Please sign in to comment.