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 34 to Rev 35
    Reverse comparison

Rev 34 → Rev 35

/trunk/or1ksim/cpu/common/abstract.c
34,6 → 34,7
#include "trace.h"
#include "execute.h"
#include "sprs.h"
#include "stats.h"
#include "except.h"
 
extern unsigned long reg[];
218,6 → 219,7
unsigned long temp;
struct dev_memarea *dev;
slp_checkaccess(memaddr, SLP_MEMREAD);
memaddr = simulate_dc_mmu_load(memaddr);
 
if (memaddr < (MEMORY_START + MEMORY_LEN)) {
276,6 → 278,7
{
struct dev_memarea *dev;
 
slp_checkaccess(memaddr, SLP_MEMWRITE);
memaddr = simulate_dc_mmu_store(memaddr);
if (memaddr < (MEMORY_START + MEMORY_LEN)) {

powered by: WebSVN 2.1.0

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