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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2
    from Rev 794 to Rev 801
    Reverse comparison

Rev 794 → Rev 801

/rtl/verilog/or1200/or1200_alu.v
247,7 → 247,7
result = extended;
end
`OR1200_ALUOP_EXTW : begin
result = extended;
result = a;
end
`endif
`OR1200_ALUOP_MOVHI : begin
/sw/tests/or1200/sim/or1200-ext.S
196,7 → 196,26
l.bf fail
l.nop
 
l.movhi r4,0x7fff
l.ori r4,r4,0xffff
 
l.extws r3,r4
 
l.nop 0x2
l.sfne r3,r4
l.bf fail
l.nop
 
l.extwz r3,r4
 
l.nop 0x2
l.sfne r3,r4
l.bf fail
l.nop
l.movhi r3, hi(0x8000000d)
l.ori r3, r3, lo(0x8000000d)
l.nop 0x2

powered by: WebSVN 2.1.0

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