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 189 to Rev 190
    Reverse comparison

Rev 189 → Rev 190

/trunk/or1ksim/sim-config.c
39,6 → 39,7
config.uarts[0].rxfile = "/tmp/uart0.rx";
config.uarts[0].txfile = "/tmp/uart0.tx";
config.uarts[0].baseaddr = 0x80000000;
config.uarts[0].jitter = -1; /* Async behavior */
config.ram.startaddr = MEMORY_START;
config.ram.endaddr = MEMORY_START + MEMORY_LEN;
config.simdebug = 0;
49,6 → 50,7
config.history = 1;
config.superscalar = 1;
config.slp = 1;
config.profile = 0;
 
mtspr(SPR_VR, SPR_VR_VER & 0x1200);
 

powered by: WebSVN 2.1.0

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