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 294 to Rev 295
    Reverse comparison

Rev 294 → Rev 295

/trunk/or1ksim/cpu/common/abstract.c
535,7 → 535,7
int nparam;
int rd, wd, ce;
printf ("Reading memory table from '%s':\n", local ? filename : ctmp);
while ((nparam = fscanf (f, "%08x %08x %s %i %i\n", &start, &length, &type, &ce, &rd, &wd)) >= 3 && nparam <= 6) {
while ((nparam = fscanf (f, "%08x %08x %s %i %i %i\n", &start, &length, &type, &ce, &rd, &wd)) >= 3 && nparam <= 6) {
if (nparam < 4)
ce = gce + 1;
if (nparam < 5)

powered by: WebSVN 2.1.0

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