OpenCores
no use no use 1/1 no use no use
possible typo on or1200_alu.v
by vikas.chouhan on Aug 30, 2013
vikas.chouhan
Posts: 1
Joined: Sep 13, 2010
Last seen: Oct 5, 2016
Although it's insignificant, but still a typo :)

Index: rtl/verilog/or1200/or1200_alu.v
===================================================================
--- rtl/verilog/or1200/or1200_alu.v (revision 864)
+++ rtl/verilog/or1200/or1200_alu.v (working copy)
@@ -149,7 +149,7 @@
assign carry_in = (alu_op==`OR1200_ALUOP_ADDC) ?
{{width-1{1'b0}},carry} : {width{1'b0}};
`else
-assign carry_in = {width-1{1'b0}};
+assign carry_in = {width{1'b0}};
`endif

`ifdef OR1200_IMPL_ALU_COMP3
no use no use 1/1 no use no use
© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.