projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8c8b3
)
Fix missing newline at end of file
author
Clifford Wolf
<clifford@clifford.at>
Thu, 22 Aug 2019 16:09:37 +0000
(18:09 +0200)
committer
Clifford 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
patch
|
blob
|
history
diff --git
a/techlibs/anlogic/arith_map.v
b/techlibs/anlogic/arith_map.v
index d783b0212b19d166985eebff97e84760d7022353..1186543daed0d37972184933eccda919b2f795d6 100644
(file)
--- a/
techlibs/anlogic/arith_map.v
+++ b/
techlibs/anlogic/arith_map.v
@@
-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