mirror of https://github.com/YosysHQ/yosys.git
Fix missing newline at end of file
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2c8c8b3c74
commit
151db528e4
|
@ -81,4 +81,4 @@ module _80_anlogic_alu (A, B, CI, BI, X, Y, CO);
|
|||
|
||||
/* End implementation */
|
||||
assign X = AA ^ BB;
|
||||
endmodule
|
||||
endmodule
|
||||
|
|
Loading…
Reference in New Issue