URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
Subversion Repositories t6507lp
Compare Revisions
- This comparison shows the changes necessary to convert path
/t6507lp
- from Rev 165 to Rev 166
- ↔ Reverse comparison
Rev 165 → Rev 166
/trunk/rtl/verilog/t6507lp_alu.v
444,7 → 444,7
result = {bcdh[3:0],bcdl[3:0]}; |
end |
else |
{STATUS[C],result} = op1 - op2 - ( 1 - alu_status[C]); |
{STATUS[C],result} = op1 - op2 - ( 1 - alu_status[C] ); |
|
if ((op1[7] == op2[7]) && (op1[7] != result[7])) |
STATUS[V] = 1; |