OpenCores
URL https://opencores.org/ocsvn/t6507lp/t6507lp/trunk

Subversion Repositories t6507lp

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t6507lp/trunk
    from Rev 171 to Rev 172
    Reverse comparison

Rev 171 → Rev 172

/rtl/verilog/t6507lp_alu.v
166,13 → 166,13
end
PLP_IMP, RTI_IMP :
begin
alu_status[C] <= alu_a[C];
alu_status[Z] <= alu_a[Z];
alu_status[I] <= alu_a[I];
alu_status[D] <= alu_a[D];
alu_status[B] <= alu_a[B];
alu_status[V] <= alu_a[V];
alu_status[N] <= alu_a[N];
alu_status[C] <= STATUS[C];
alu_status[Z] <= STATUS[Z];
alu_status[I] <= STATUS[I];
alu_status[D] <= STATUS[D];
alu_status[B] <= STATUS[B];
alu_status[V] <= STATUS[V];
alu_status[N] <= STATUS[N];
end
BIT_ZPG, BIT_ABS :
begin

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.