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

Subversion Repositories ion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ion/trunk/tools/slite/src
    from Rev 11 to Rev 16
    Reverse comparison

Rev 11 → Rev 16

/slite.c
244,6 → 244,7
void mem_write(State *s, int size, int unsigned address, unsigned value);
void start_load(State *s, int rt, int data);
 
 
/*---- Local functions -------------------------------------------------------*/
 
/** Log to file a memory read operation (not including target reg change) */
812,7 → 813,8
void show_state(State *s)
{
int i,j;
printf("pid=%d userMode=%d, epc=0x%x\n", s->processId, s->userMode, s->epc);
printf("pid=%d userMode=%d, epc=0x%x\n", s->processId, s->userMode, s->epc);
printf("hi=0x%08x lo=0x%08x\n", s->hi, s->lo);
for(i = 0; i < 4; ++i)
{
printf("%2.2d ", i * 8);

powered by: WebSVN 2.1.0

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