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

Subversion Repositories 8051

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 12 to Rev 13
    Reverse comparison

Rev 12 → Rev 13

/trunk/rtl/verilog/oc8051_immediate_sel.v
83,12 → 83,12
out2 <= #1 op3;
end
`OC8051_IDS_PCH: begin
out1 <= #1 8'hx;
out2 <= #1 pch;
out1 <= #1 pch;
out2 <= #1 8'hx;
end
`OC8051_IDS_PCL: begin
out1 <= #1 8'hx;
out2 <= #1 pcl;
out1 <= #1 pcl;
out2 <= #1 8'hx;
end
`OC8051_IDS_OP3_PCL: begin
out1 <= #1 op3;

powered by: WebSVN 2.1.0

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