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

Subversion Repositories or1k_old

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 332 to Rev 333
    Reverse comparison

Rev 332 → Rev 333

/trunk/or1ksim/tick/tick.c
29,6 → 29,7
#include "../cpu/or1k/spr_defs.h"
#include "pic.h"
#include "sprs.h"
#include "sim-config.h"
 
/* For mode 10 only: timer stops until we write into TTCR. */
int tt_stopped = 0;
67,7 → 68,7
 
if (ttmr & SPR_TTMR_IE) {
setsprbits(SPR_TTMR, SPR_TTMR_IP, 1);
report_interrupt(INT_TICK);
report_interrupt(config.tick.irq);
}
 
/* Handle the modes properly.. CZ 04/09/01 */
/trunk/or1ksim/sim-config.c
232,6 → 232,7
void uart_rxfile ();
void uart_txfile ();
void uart_jitter ();
void uart_irq ();
void uart_vapi_id ();
void dma_baseaddr ();
void dma_irq ();

powered by: WebSVN 2.1.0

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