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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 618 to Rev 619
    Reverse comparison

Rev 618 → Rev 619

/trunk/or1ksim/cpu/or32/execute.c
691,7 → 691,7
unsigned long val;
IFF (config.cpu.dependstats) cur->func_unit = it_load;
val = eval_operand32(1, &breakpoint);
/* If eval opreand produced exception don't set anything */
/* If eval operand produced exception don't set anything */
if (!pending.valid)
set_operand32(0, val, &breakpoint);
}
/trunk/or1ksim/testbench/xess.ld
2,7 → 2,7
{
except : ORIGIN = 0x00000000, LENGTH = 0x00002000
flash : ORIGIN = 0x00002000, LENGTH = 0x001fe000
ram : ORIGIN = 0x80000000, LENGTH = 0x00200000
ram : ORIGIN = 0x40000000, LENGTH = 0x00200000
}
SECTIONS
/trunk/or1ksim/testbench/int_test.S
240,7 → 240,7
l.addi r3,r30,0
l.andi r26,r26,SPR_SR_F
l.sfeq r26,r0
l.bf _die
l.bnf _die
l.nop
l.sfeqi r3,0xbbbb
l.bnf _die
/trunk/or1ksim/testbench/except_test.c
9,7 → 9,7
will be used for testing */
#define FLASH_START 0x00000000
#define FLASH_SIZE 0x00200000
#define RAM_START 0x80000000
#define RAM_START 0x40000000
#define RAM_SIZE 0x00200000
 
/* MMU page size */

powered by: WebSVN 2.1.0

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