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

Subversion Repositories ion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

/ion/trunk/tools/slite/slite/slite.cbp
11,7 → 11,7
<Option object_output="obj\Debug\" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="..\hello.code ..\hello.data" />
<Option parameters="..\..\..\src\opcodes\opcodes.bin" />
<Compiler>
<Add option="-g" />
</Compiler>
/ion/trunk/tools/slite/src/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.